Skip to content

Commit

Permalink
Reorder fields in Kernel Session Item Object.
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed May 18, 2017
1 parent 1d8f5e1 commit 5b6a53d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/common-api/objects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -330,15 +330,15 @@ Kernel Session Item Object
* - ``status``
- ``enum[str]``
- One of ``"preparing"``, ``"building``", ``"running"``, ``"restarting"``, ``"resizing"``, ``"success"``, ``"error"``, ``"terminating"``, ``"suspended"``.
* - ``statusInfo``
- ``str``
- An optional message related to the current status. (e.g., error information)
* - ``age``
- ``int`` (msec)
- The time elapsed since the kernel has started.
* - ``execTime``
- ``int`` (msec)
- The time taken for execution. Excludes the time taken for being suspended, restarting, and resizing.
* - ``statusInfo``
- ``str``
- An optional message related to the current status. (e.g., error information)
* - ``numQueriesExecuted``
- ``int``
- The total number of queries executed after start-up.
Expand Down

0 comments on commit 5b6a53d

Please sign in to comment.