Package bigjob :: Module state
[hide private]
[frames] | no frames]

Module state

source code

BJ internal state model (used for both subjob and bigjob states)

Variables [hide private]
  Running = "Running"
  New = "New"
  Failed = "Failed"
  Done = "Done"
  Unknown = "Unknown"