Script Helpers
rerun
def script_add_args(parser)
Add common Rerun script arguments to parser
.
PARAMETER | DESCRIPTION |
---|---|
parser |
The parser to add arguments to.
TYPE:
|
def script_setup(args, application_id, recording_id=None)
Run common Rerun script setup actions. Connect to the viewer if necessary.
PARAMETER | DESCRIPTION |
---|---|
args |
The parsed arguments from
TYPE:
|
application_id |
The application ID to use for the viewer.
TYPE:
|
recording_id |
Set the recording ID that this process is logging to, as a UUIDv4. The default recording_id is based on If you are not using
TYPE:
|
def script_teardown(args)
Run common post-actions. Sleep if serving the web viewer.
PARAMETER | DESCRIPTION |
---|---|
args |
The parsed arguments from
TYPE:
|