SchedulerJobStepConnection
Type
Represents a connection to the scheduler.
Properties
IsConnected
This item is read only and cannot be modified. Read OnlySchedulerJobStepConnection.IsConnected: booleanIf true, this connection is being actively fired, otherwise it was disconnected.
IsEnabled
This item is read only and cannot be modified. Read OnlySchedulerJobStepConnection.IsEnabled: booleanIf true, this connection can be fired, otherwise it was temporarily disabled with :Disable()
Functions
Enable
SchedulerJobStepConnection:Enable() → ()Enables the connection to be fired, if disabled with :Disable()
Disable
SchedulerJobStepConnection:Disable() → ()Prevents this connection from being temporarily fired, can be re-enabled with :Enable()
Disconnect
SchedulerJobStepConnection:Disconnect() → ()Disconnects this connection which stops it from being fired. This will make this connection unusable in the future.