Click or drag to resize

BaseJobExecutorProfileThreadWaits Property

[Missing <summary> documentation for "P:RAYLASE.Marker.Job.Executor.BaseJobExecutorProfile.ThreadWaits"]


Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public ISet<(int ExecutorID, string ShorLabel, WaitType WaitType, int PreviousExecutorID, string PreviousShortLabel, WaitType PreviousWaitType)> ThreadWaits { get; }

Property Value

ISetValueTupleInt32, String, WaitType, Int32, String, WaitType
See Also