SucceedLogger Class |
Namespace: ff14bot.Behavior
public class SucceedLogger : Composite
The SucceedLogger type exposes the following members.
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.) |
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.) | |
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.) |