Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Data Push Entry Status. More...
import <DataPushService.idl;
Public Attributes | |
boolean | busy |
true if the entry is currently being pushed | |
boolean | rescheduled |
true if the entry is set to be pushed again immediately after completion | |
time | lastAttemptTime |
UNIX timestamp (UTC) of the last push attempt (0 = never) | |
time | lastSuccessTime |
UNIX timestamp (UTC) of last successful push (0 = never) | |
Data Push Entry Status.
Definition at line 58 of file DataPushService.idl.
boolean event::DataPushService::EntryStatus::busy |
true
if the entry is currently being pushed
Definition at line 59 of file DataPushService.idl.
time event::DataPushService::EntryStatus::lastAttemptTime |
UNIX timestamp (UTC) of the last push attempt (0 = never)
Definition at line 62 of file DataPushService.idl.
time event::DataPushService::EntryStatus::lastSuccessTime |
UNIX timestamp (UTC) of last successful push (0 = never)
Definition at line 63 of file DataPushService.idl.
boolean event::DataPushService::EntryStatus::rescheduled |
true
if the entry is set to be pushed again immediately after completion
Definition at line 60 of file DataPushService.idl.