Update Scheduler Status

Use the Simulate Update Scheduler Status block to activate or deactivate a scheduler. Simply provide the 'Scheduler Key' and the 'IsActive' parameter.

Simulate Update Scheduler Status block

Input Pins

SchedulerKey

This is the Scheduler Key for the scheduler.

Data Type : Integer

Example  :  5
IsActive

'IsActive' indicates the status of the scheduler. If the value is 1, the scheduler is active; otherwise, it is inactive.

Data Type : Boolean

Example  :  1

Output Pins

Scheduler Details

Shows the scheduler's status after it has been updated

Type : Dictionary

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

Last updated