Package | Description |
---|---|
flux.agent |
Execution of processes on remote computers to increase overall
system throughput and to allow processes to run on computers that
contain unique resources
|
Modifier and Type | Method and Description |
---|---|
AgentProcessCompletionState |
AgentFileActionResult.getProcessCompletionState() |
AgentProcessCompletionState |
AgentFileTriggerResult.getProcessCompletionState() |
AgentProcessCompletionState |
AgentResult.getProcessCompletionState()
Indicates how this process terminated: normally, with an error that occurred
when the execution of the process was attempted, after timing out but still
running to completion, after being destroyed due to a timeout, after being
destroyed when a signal was received, or after being destroyed due to the
process being interrupted.
|
AgentProcessCompletionState |
AgentProcessActionResult.getProcessCompletionState() |
static AgentProcessCompletionState |
AgentProcessCompletionState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AgentProcessCompletionState[] |
AgentProcessCompletionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
© 2000-2025 Flux Corporation. All rights reserved.