Table of Contents

Enum ProcessSessionStatus

Namespace
JD.AI.Core.Tools
Assembly
JD.AI.Core.dll

State of an exec/process session.

public enum ProcessSessionStatus

Fields

Completed = 1
Failed = 2
Killed = 4
Orphaned = 5
Running = 0
TimedOut = 3