NTP Analyzer  0.8.2
Analyze the operation of time servers
Ntp.Analyzer.Monitor.Server.TextCommand.RunningCommand Class Reference
Inheritance diagram for Ntp.Analyzer.Monitor.Server.TextCommand.RunningCommand:
Collaboration diagram for Ntp.Analyzer.Monitor.Server.TextCommand.RunningCommand:

Public Member Functions

 RunningCommand (string[] args)
 Initializes a new instance of the RunningCommand class. More...
 
- Public Member Functions inherited from Ntp.Analyzer.Monitor.Server.TextCommand.MonitorTextCommand
override object Execute ()
 

Protected Member Functions

override string ExecuteTextCommand ()
 List running jobs. More...
 
- Protected Member Functions inherited from Ntp.Analyzer.Monitor.Server.TextCommand.MonitorTextCommand
 MonitorTextCommand (string[] args)
 
 MonitorTextCommand ()
 

Additional Inherited Members

- Public Attributes inherited from Ntp.Analyzer.Monitor.Server.TextCommand.MonitorTextCommand
override CommandType CommandType => CommandType.Text
 
- Properties inherited from Ntp.Analyzer.Monitor.Server.TextCommand.MonitorTextCommand
string[] Args [get]
 
- Properties inherited from Ntp.Analyzer.Monitor.Server.Command
abstract CommandType CommandType [get]
 

Detailed Description

Definition at line 24 of file RunningCommand.cs.

Constructor & Destructor Documentation

Ntp.Analyzer.Monitor.Server.TextCommand.RunningCommand.RunningCommand ( string[]  args)
inline

Initializes a new instance of the RunningCommand class.

Parameters
argsArguments.

Definition at line 30 of file RunningCommand.cs.

31  : base(args)
32  {
33  }

Member Function Documentation

override string Ntp.Analyzer.Monitor.Server.TextCommand.RunningCommand.ExecuteTextCommand ( )
inlineprotectedvirtual

List running jobs.

Implements Ntp.Analyzer.Monitor.Server.TextCommand.MonitorTextCommand.

Definition at line 38 of file RunningCommand.cs.

References Ntp.Analyzer.Monitor.Server.Billboard.Running(), and Ntp.Analyzer.Monitor.Server.ApplicationState.Scheduler.

39  {
40  return Billboard.Running(ApplicationState.Scheduler);
41  }

Here is the call graph for this function:


The documentation for this class was generated from the following file: