Action Class |
Namespace: TreeSharp
public class Action : Composite
The Action type exposes the following members.
Name | Description | |
---|---|---|
![]() | Action | |
![]() | Action(ActionDelegate) | |
![]() | Action(ActionSucceedDelegate) |
Name | Description | |
---|---|---|
![]() | CleanupHandlers | (Inherited from Composite.) |
![]() | ContextChanger | (Inherited from Composite.) |
![]() | Guid | (Inherited from Composite.) |
![]() | IsRunning | (Inherited from Composite.) |
![]() | LastStatus | (Inherited from Composite.) |
![]() | Parent | (Inherited from Composite.) |
![]() | Runner | |
![]() | SucceedRunner |
Name | Description | |
---|---|---|
![]() | Cleanup | (Inherited from Composite.) |
![]() | Equals(Object) | (Inherited from Composite.) |
![]() | Equals(Composite) | (Inherited from Composite.) |
![]() | Execute | (Overrides CompositeExecute(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Composite.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Run | |
![]() | RunAction | |
![]() | Start | (Inherited from Composite.) |
![]() | Stop | (Inherited from Composite.) |
![]() | Tick | (Inherited from Composite.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | ExecuteCoroutine |
Executes the composite inside a coroutine.
(Defined by CommonTasks.) |