Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.11 KB

SyncJobWorker.md

File metadata and controls

18 lines (14 loc) · 1.11 KB

SyncJobWorker

Properties

Name Type Description Notes
Connected bool Whether there is a connection between the source and target. [optional] [default to null]
LastSplit int32 The last time a network split occurred. [optional] [default to null]
LastWork int32 The last time the worker performed work. [optional] [default to null]
Lin int32 The LIN being worked on. [optional] [default to null]
Lnn int32 The lnn the worker is assigned to run on. [optional] [default to null]
ProcessId int32 The process ID of the worker. [optional] [default to null]
SourceHost string The source host for this worker. [optional] [default to null]
TargetHost string The target host for this worker. [optional] [default to null]
WorkerId int32 The ID of the worker. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]