frontends.rst: it's "null" in json

This commit is contained in:
Marian Beermann 2017-03-03 23:57:50 +01:00 committed by enkore
parent e98b5b20df
commit e07a289e34
1 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ progress_message
operation operation
unique, opaque integer ID of the operation unique, opaque integer ID of the operation
:ref:`msgid <msgid>` :ref:`msgid <msgid>`
Message ID of the operation (may be *none*) Message ID of the operation (may be *null*)
finished finished
boolean indicating whether the operation has finished, only the last object for an *operation* boolean indicating whether the operation has finished, only the last object for an *operation*
can have this property set to *true*. can have this property set to *true*.
@ -60,7 +60,7 @@ progress_percent
operation operation
unique, opaque integer ID of the operation unique, opaque integer ID of the operation
:ref:`msgid <msgid>` :ref:`msgid <msgid>`
Message ID of the operation (may be *none*) Message ID of the operation (may be *null*)
finished finished
boolean indicating whether the operation has finished, only the last object for an *operation* boolean indicating whether the operation has finished, only the last object for an *operation*
can have this property set to *true*. can have this property set to *true*.
@ -69,7 +69,7 @@ progress_percent
current current
Current value (always less-or-equal to *total*) Current value (always less-or-equal to *total*)
info info
Array that describes the current item, may be *none*, contents depend on *msgid* Array that describes the current item, may be *null*, contents depend on *msgid*
total total
Total value Total value
@ -94,7 +94,7 @@ log_message
message message
Formatted log message Formatted log message
:ref:`msgid <msgid>` :ref:`msgid <msgid>`
Message ID, may be *none* or absent Message ID, may be *null* or absent
See Prompts_ for the types used by prompts. See Prompts_ for the types used by prompts.