Creates a new Schedule instance
Initializes a schedule with the provided data and sets up the necessary operations and bindings. The schedule is linked to the root store for accessing other stores and services.
Optional
enabledOptional
flagsReadonly
idOptional
infoOptional
validityAdds out-of-sync metadata for a specific node
This method stores metadata indicating that a node's schedule configuration is not synchronized with the server state.
The identifier of the node
The metadata value to store
Checks if the schedule is enabled
True if the schedule is enabled, false otherwise
Schedule - Manages schedule operations
This class handles all schedule-related operations including:
Schedule
Implements