nextpyp.client.gen.RunStatus#

class nextpyp.client.gen.RunStatus#

Bases: object

(no description yet)

Methods

__init__

from_json

Reads this enum value from JSON

to_json

Converts this enum value into JSON

Attributes

Canceled

Failed

Running

Succeeded

Waiting

Details

__init__(name)#
Parameters:

name (str) –

Return type:

None

classmethod from_json(name)#

Reads this enum value from JSON

Return type:

RunStatus

Parameters:

name (str) –

to_json()#

Converts this enum value into JSON

Return type:

str