All Packages Class Hierarchy This Package Previous Next Index
Class com.sgi.sysadm.ui.TaskLaunchComponentState
java.lang.Object
|
+----com.sgi.sysadm.ui.TaskLaunchComponentState
- public class TaskLaunchComponentState
- extends Object
A class that represents the state of an TaskLaunchComponent.
- See Also:
- TaskLaunchComponent
-
CANCELED
- The state that indicates that the Task has been canceled
-
FINISHED
- The state that indicates that the Task has been sucessfully completed
-
LAUNCHED
- The state that indicates that the Task has been launched, but
not yet canceled or completed.
-
NEVER_LAUNCHED
- The state that indicates that the Task has never been launched
-
TaskLaunchComponentState(byte)
- Construct a TaskLaunchComponentState
-
getTaskState()
- Returns the state
NEVER_LAUNCHED
public static final byte NEVER_LAUNCHED
- The state that indicates that the Task has never been launched
LAUNCHED
public static final byte LAUNCHED
- The state that indicates that the Task has been launched, but
not yet canceled or completed.
CANCELED
public static final byte CANCELED
- The state that indicates that the Task has been canceled
FINISHED
public static final byte FINISHED
- The state that indicates that the Task has been sucessfully completed
TaskLaunchComponentState
public TaskLaunchComponentState(byte state)
- Construct a TaskLaunchComponentState
- Parameters:
- state - The state of the component
getTaskState
public byte getTaskState()
- Returns the state
- Returns:
- The state of the component.
All Packages Class Hierarchy This Package Previous Next Index