Platforms to show: All Mac Windows Linux Cross-Platform
CarbonEventsTimerMBS.Available as Boolean
Function:
Whether the time can fire.
Notes:
Should be true in Carbon applications.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | Carbon Events | MBS MacCF Plugin | 3.3 | Yes | No | No | No | No |
Notes:
Should be true in Carbon applications.
(Read only property)
CarbonEventsTimerMBS.Lasterror as Integer
Function:
The last error code reported.
Notes:
0 for successfull.
-1 for function not available.
else a Mac OS error code.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | Carbon Events | MBS MacCF Plugin | 3.3 | Yes | No | No | No | No |
Notes:
0 for successfull.
-1 for function not available.
else a Mac OS error code.
(Read and Write property)
CarbonEventsTimerMBS.Mode as Integer
Function:
The timer mode.
Notes:
Like a RB timer: 0 - off, 1 - single, 2 - multiple.
The timer may fire directly when set.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | Carbon Events | MBS MacCF Plugin | 3.3 | Yes | No | No | No | No |
Notes:
Like a RB timer: 0 - off, 1 - single, 2 - multiple.
The timer may fire directly when set.
(Read and Write property)
CarbonEventsTimerMBS.Period as Integer
Function:
The period of the timer in milliseconds.
Notes:
Added to make it compatible to normal RB code.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | Carbon Events | MBS MacCF Plugin | 3.3 | Yes | No | No | No | No |
Notes:
Added to make it compatible to normal RB code.
(Read and Write property)
CarbonEventsTimerMBS.PeriodSeconds as Double
Function:
The period of the timer in seconds.
Notes:
Set to 1 to fire the timer every second.
If you set this to 0.000001, you can get something like 13500 events per second. See Timer Benchmark example project.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
property | Carbon Events | MBS MacCF Plugin | 3.3 | Yes | No | No | No | No |
Notes:
Set to 1 to fire the timer every second.
If you set this to 0.000001, you can get something like 13500 events per second. See Timer Benchmark example project.
(Read and Write property)
The items on this page are in the following plugins: MBS MacCF Plugin.

Links
MBS Xojo PDF Plugins