public interface IScheduledActionRepresents work queued through IModScheduler.
Members
IsPendingGets whether the action is still waiting to run.propertyIsCompletedGets whether the action finished running.propertyIsCancelledGets whether the action was cancelled before it ran.propertyCancelCancels the action if it has not started.methodIsPending
propertybool IsPendingGets whether the action is still waiting to run.
IsCompleted
propertybool IsCompletedGets whether the action finished running.
IsCancelled
propertybool IsCancelledGets whether the action was cancelled before it ran.
Cancel
methodvoid Cancel()Cancels the action if it has not started.