Click or drag to resize

ExecutionStatus Enumeration

The current status of an analysis process.

Namespace: ema3d.Api.V25.Core.Execution
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public enum ExecutionStatus
Members
Member nameValueDescription
None0 Process has not started.
Killed1 Process has been killed.
Error2 Process exited with an error.
Success3 Process exited successfully.
Alive4 Process is still alive.
See Also