PdcInfo.IsScheduler

From External Bemet Wiki
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)