Uses of Enum Class
org.netxms.client.constants.BackgroundTaskState
Packages that use BackgroundTaskState
- 
Uses of BackgroundTaskState in org.netxms.clientMethods in org.netxms.client that return BackgroundTaskStateModifier and TypeMethodDescriptionNXCSession.getBackgroundTaskState(long taskId) Get state of background task.
- 
Uses of BackgroundTaskState in org.netxms.client.constantsMethods in org.netxms.client.constants that return BackgroundTaskStateModifier and TypeMethodDescriptionstatic BackgroundTaskStateBackgroundTaskState.getByValue(int value) Get enum element by integer valuestatic BackgroundTaskStateReturns the enum constant of this class with the specified name.static BackgroundTaskState[]BackgroundTaskState.values()Returns an array containing the constants of this enum class, in the order they are declared.