Workspace 6.21.5
Public Member Functions | Static Public Member Functions | List of all members
RemoteSchedulerServiceBase Class Reference

#include <Workspace/Application/Server/remoteschedulerservice.h>

Inheritance diagram for RemoteSchedulerServiceBase:
[legend]

Public Member Functions

 RemoteSchedulerServiceBase (int argc, char **argv)
 
void printUsage () const
 
void start () override
 

Static Public Member Functions

static QString getServiceName ()
 

Constructor & Destructor Documentation

◆ RemoteSchedulerServiceBase()

RemoteSchedulerServiceBase ( int  argc,
char **  argv 
)

Member Function Documentation

◆ getServiceName()

QString getServiceName ( )
static
Returns
The name of the service. This is the name to use with any QtServiceController objects. Note that it may contain spaces so you may need to be careful about quoting when using the service name in control scripts.

◆ printUsage()

void printUsage ( ) const

Print usage of Server arguments

◆ start()

void start ( )
inlineoverride