ticks property

ticks property

Represents the time in milliseconds spent since process Start event.

Definition:

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

See Also