Operation.ScheduleNext method

Schedules the next enabled operation, which can include the currently executing operation.

public static void ScheduleNext()

Remarks

An enabled operation is one that is not blocked nor completed.

See Also