CommandScript

class lsst.ts.m2com.CommandScript(value)

Bases: IntEnum

Action to command the script execution.

Attributes Summary

Clear

LoadScript

Pause

Resume

Run

Stop

Attributes Documentation

Clear = 2
LoadScript = 1
Pause = 5
Resume = 6
Run = 3
Stop = 4