Module Values.NotebookExecutionStatusSource
Sourcetype nonrec t = | START_PENDING| STARTING| RUNNING| FINISHING| FINISHED| FAILING| FAILED| STOP_PENDING| STOPPING| STOPPED| Non_static_id of string
Sourceval to_value : t -> [> `Enum of string ]