patchbayUiKeepAwakeStatusCommandDescriptor top-level property

PatchbayCommandDescriptor patchbayUiKeepAwakeStatusCommandDescriptor
final

Implementation

final patchbayUiKeepAwakeStatusCommandDescriptor = _ui(
  'ui.keepAwake.status',
  'Read the keep-awake hold the App is currently bookkeeping.',
  mode: PatchbayCommandMode.readOnly,
  effect: PatchbaySideEffect.none,
  facts: _appFacts,
  cliSyntax: const <PatchbayCliSyntax>[
    PatchbayCliSyntax(
      id: 'uiKeepAwakeStatus',
      path: <String>['ui', 'keep-awake', 'status'],
      summary:
          'Read whether the App is holding the screen awake, and for how much longer.',
    ),
  ],
);