OnvifGetRecordingJobStateRecordingsCommand constructor
OnvifGetRecordingJobStateRecordingsCommand()
Implementation
OnvifGetRecordingJobStateRecordingsCommand() {
argParser.addOption(
'job-token',
abbr: 't',
valueHelp: 'token',
mandatory: true,
help: 'The token of the job to be deleted.',
);
}