MethodCallState enumeration
- Last UpdatedDec 13, 2023
- 1 minute read
MethodCallState enumerations are as follows:
public enum MethodCallState
{
NotStarted = 0,
Running,
Completed,
Failed,
TimedOut
}
MethodCallState enumerations are as follows:
public enum MethodCallState
{
NotStarted = 0,
Running,
Completed,
Failed,
TimedOut
}