dxx ~master (2021-11-02T05:31:47.8866387)
Dub
Repo
PlatformJob
dxx
app
platform
Job that sends events to the DXXPlatform listeners.
interface
PlatformJob : Job {
T
getProperty
(string id);
void
setProperty
(T t, string id);
}
Members
Functions
getProperty
T
getProperty
(string id)
Undocumented in source.
setProperty
void
setProperty
(T t, string id)
Undocumented in source.
Meta
Source
See Implementation
dxx
app
platform
aliases
DXXParam
classes
DXXPlatform
PlatformJobBase
PlatformRuntime
interfaces
PlatformComponents
PlatformJob
structs
PlatformJobEvent
PlatformParam
PluginDef
Job that sends events to the DXXPlatform listeners.