We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27bfb8 commit 9bfc359Copy full SHA for 9bfc359
simvue/run.py
@@ -93,7 +93,10 @@ def __init__(
93
Parameters
94
----------
95
mode : Literal['online', 'offline', 'disabled'], optional
96
- mode of running, by default "online"
+ mode of running
97
+ online - objects sent directly to Simvue server
98
+ offline - everything is written to disk for later dispatch
99
+ disabled - disable monitoring completely
100
"""
101
self._uuid: str = f"{uuid.uuid4()}"
102
self._mode: typing.Literal["online", "offline", "disabled"] = mode
0 commit comments