Class SchedulerExecutableLibrary
Executable function library for Chris.Schedulers
Inherited Members
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
  Namespace: Ceres.Graph.Flow.Utilities
Assembly: cs.temp.dll.dll
Syntax
public class SchedulerExecutableLibrary : ExecutableFunctionLibrary
  Methods
Flow_SchedulerCancel(SchedulerHandle)
Cancel a scheduled task if is valid.
Declaration
public static void Flow_SchedulerCancel(SchedulerHandle handle)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SchedulerHandle | handle | 
Flow_SchedulerDelay(float, EventDelegate, EventDelegate<float>, TickFrame, bool, bool)
Delay some time and invoke callBack.
Declaration
public static SchedulerHandle Flow_SchedulerDelay(float delaySeconds, EventDelegate onComplete, EventDelegate<float> onUpdate, TickFrame tickFrame, bool isLooped, bool ignoreTimeScale)
  Parameters
| Type | Name | Description | 
|---|---|---|
| float | delaySeconds | |
| EventDelegate | onComplete | |
| EventDelegate<float> | onUpdate | |
| TickFrame | tickFrame | |
| bool | isLooped | |
| bool | ignoreTimeScale | 
Returns
| Type | Description | 
|---|---|
| SchedulerHandle | 
Flow_SchedulerWaitFrame(int, EventDelegate, EventDelegate<int>, TickFrame, bool)
Wait some frames and invoke callBack.
Declaration
public static SchedulerHandle Flow_SchedulerWaitFrame(int frame, EventDelegate onComplete, EventDelegate<int> onUpdate, TickFrame tickFrame, bool isLooped)
  Parameters
| Type | Name | Description | 
|---|---|---|
| int | frame | |
| EventDelegate | onComplete | |
| EventDelegate<int> | onUpdate | |
| TickFrame | tickFrame | |
| bool | isLooped | 
Returns
| Type | Description | 
|---|---|
| SchedulerHandle |