ContentsIndexHome
PreviousUpNext
com.aimms.pro.api.SessionState Enumeration
C#
public enum SessionState : int {
  UNKNOWN = -1,
  CREATED = 0,
  QUEUED = 1,
  INITIALIZING = 2,
  READY = 3,
  RUNNING = 4,
  CLOSING = 5,
  FINISHED = 6,
  INTERRUPTED = 7,
  ERROR = 8,
  DELETED = 9,
  TERMINATION_REQUESTED = 10
}

SessionState.cs

This is record com.aimms.pro.api.SessionState.

Copyright (c) 1993–2018 by AIMMS B.V. All rights reserved