Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
Loading...
Searching...
No Matches
Public Attributes | List of all members
event::DataPushService::EntryStatus Struct Reference

Data Push Entry Status. More...

Public Attributes

boolean busy
 true if the entry is currently being pushed More...
 
boolean rescheduled
 true if the entry is set to be pushed again immediately after completion More...
 
time lastAttemptTime
 UNIX timestamp (UTC) of the last push attempt (0 = never) More...
 
time lastSuccessTime
 UNIX timestamp (UTC) of last successful push (0 = never) More...
 

Detailed Description

Data Push Entry Status.

Definition at line 47 of file DataPushService.idl.

Member Data Documentation

◆ busy

boolean event::DataPushService::EntryStatus::busy

true if the entry is currently being pushed

Definition at line 48 of file DataPushService.idl.

◆ lastAttemptTime

time event::DataPushService::EntryStatus::lastAttemptTime

UNIX timestamp (UTC) of the last push attempt (0 = never)

Definition at line 51 of file DataPushService.idl.

◆ lastSuccessTime

time event::DataPushService::EntryStatus::lastSuccessTime

UNIX timestamp (UTC) of last successful push (0 = never)

Definition at line 52 of file DataPushService.idl.

◆ rescheduled

boolean event::DataPushService::EntryStatus::rescheduled

true if the entry is set to be pushed again immediately after completion

Definition at line 49 of file DataPushService.idl.


The documentation for this struct was generated from the following file: