The StopFetch
action stops a previous action. The stopfetch
action removes the original action from the actions queue of all connectors and calls a stopfetch
action for any connector that has started processing.
Parameter Name | Description |
---|---|
Token | The token of the action that you want to stop. |
Action=StopFetch&Token=MTAuMi4xMDUuMzQ6MTIzNDpGRVRDSDoxNDAyOTU3MzY4
The StopFetch
action is an asynchronous action, so it returns a token. You can use the QueueInfo
action to find the status of the action.
<action> <token>MTAuMi4xMDUuMzQ6MTIzNDpGRVRDSDoxNDAyOTU3MzY4</token> <status>Finished</status> <queued_time>2009-Oct-15 14:44:32</queued_time> <time_in_queue>0</time_in_queue> <process_start_time>2009-Oct-15 14:44:32</process_start_time> <time_processing>3</time_processing> <process_end_time>2009-Oct-15 14:44:35</process_end_time> </action>
|