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
    • Parameters

      • label: any

      Returns any

  • _formatLabelForThisApp:function
    • Parameters

      • id: any

      Returns any

  • _formatLaunchdPlist:function
    • Parameters

      • options: any

      Returns any

  • _formatPlistPath:function
    • Parameters

      • label: any

      Returns any

  • _labelMatchesThisApp:function
    • Parameters

      • label: any

      Returns any

  • _listAllLabelsForThisApp:function
    • Returns any

  • _toLaunchdPlist:function
    • Parameters

      • options: any

      Returns any

  • _uid:function
    • Returns any

  • deleteAllTasks:function
    • Returns any

  • deleteTask:function
    • Parameters

      • id: any

      Returns any

  • registerTask:function
    • Parameters

      • id: any
      • command: any
      • intervalSeconds: any
      • options: any

      Returns any

  • taskExists:function
    • Parameters

      • id: any

      Returns any

Generated using TypeDoc