Interface IGoalController
public interface IGoalController
Properties
IsExecuting
bool IsExecuting { get; }
Property Value
IsPaused
bool IsPaused { get; }
Property Value
Methods
AddGoal(IGoal)
void AddGoal(IGoal goal)
Parameters
goal
IGoal
Cancel()
void Cancel()
Clear()
void Clear()
Pause()
void Pause()
RemoveGoal(IGoal)
void RemoveGoal(IGoal goal)
Parameters
goal
IGoal