PdcInfo.IsScheduler

From External Bemet Wiki
Revision as of 10:11, 21 February 2017 by Mike (talk | contribs) (Created page with "== Declaration == IsScheduler as Boolean == Description == Return a boolean if PdC is started with the scheduler. == Notes == This property returns a boolean if PdC is start...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

IsScheduler as Boolean

Description

Return a boolean if PdC is started with the scheduler.

Notes

This property returns a boolean if PdC is started with the scheduler.

Code example

if pdc.Info.IsScheduler then
  msgbox pdc.Info.IsScheduler
end if

Availability

Available since 2017 (from version 5.3)