Reset Scheduler

Use the Simulate Reset Scheduler block to reset a scheduler by simply providing the Scheduler Key and the ResetMode.

Simulate Reset Scheduler Block

Input Pins

SchedulerKey

The Scheduler Key for the scheduler

Data Type : Integer

Example  :  5
ResetMode

The ResetMode specifies how you want to reset the scheduled transaction. Available options: DeleteAll, DeleteUpcoming, and DeleteNone.

Data Type : String

Example  :  DeleteNone

Output Pins

Scheduler Details

Shows the scheduler's status after resetting

Type : Dictionary

Example  : { "SchedulerKey": "5", "ObjectKey": "5", "Status": "Updated" } 
Example: Using the Simulate Reset Scheduler Block in a real application

Last updated