NM.Checkpoint¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
|||
r |
|||
r |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class NM.Checkpoint(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
New in version 1.12.
- get_created()¶
- Returns:
the timestamp of checkpoint creation.
- Return type:
Gets the timestamp (in CLOCK_BOOTTIME milliseconds) of checkpoint creation.
Use
NM.utils_get_timestamp_msec
() to obtain current time value suitable for comparing to this value.New in version 1.12.
- get_devices()¶
- Returns:
the devices list.
- Return type:
The devices that are part of this checkpoint.
New in version 1.12.
Property Details¶
- NM.Checkpoint.props.created¶
-
The timestamp (in CLOCK_BOOTTIME milliseconds) of checkpoint creation.
New in version 1.12.
- NM.Checkpoint.props.devices¶
- Name:
devices
- Type:
- Default Value:
- Flags:
The devices that are part of this checkpoint.
New in version 1.12.