MacOSImpl: {
_cachedUid: any;
_deleteTaskByLabel(label: any): any;
_formatLabelForThisApp(id: any): any;
_formatLaunchdPlist(options: any): any;
_formatPlistPath(label: any): any;
_labelMatchesThisApp(label: any): any;
_listAllLabelsForThisApp(): any;
_toLaunchdPlist(options: any): any;
_uid(): any;
deleteAllTasks(): any;
deleteTask(id: any): any;
registerTask(id: any, command: any, intervalSeconds: any, options: any): any;
taskExists(id: any): any;
}
Type declaration
-
_cachedUid: any
-
_deleteTaskByLabel:function
- _deleteTaskByLabel(label: any): any
-
Returns any
-
_formatLabelForThisApp:function
- _formatLabelForThisApp(id: any): any
-
Returns any
-
_formatLaunchdPlist:function
- _formatLaunchdPlist(options: any): any
-
Returns any
-
_formatPlistPath:function
- _formatPlistPath(label: any): any
-
Returns any
-
_labelMatchesThisApp:function
- _labelMatchesThisApp(label: any): any
-
Returns any
-
_listAllLabelsForThisApp:function
- _listAllLabelsForThisApp(): any
-
Returns any
-
_toLaunchdPlist:function
- _toLaunchdPlist(options: any): any
-
Returns any
-
_uid:function
-
deleteAllTasks:function
- deleteAllTasks(): any
-
Returns any
-
deleteTask:function
- deleteTask(id: any): any
-
Returns any
-
registerTask:function
- registerTask(id: any, command: any, intervalSeconds: any, options: any): any
-
Parameters
-
id: any
-
command: any
-
intervalSeconds: any
-
options: any
Returns any
-
taskExists:function
- taskExists(id: any): any
-
Returns any