started property

started property

Represents the time mark of process start.

Definition:

@property
def started(self):
    ...
@started.setter
def started(self, value):
    ...

See Also