NCBI C++ ToolKit
|
Search Toolkit Book for CNetScheduleAPI
Client API for NCBI NetSchedule server. More...
#include <connect/services/netschedule_api.hpp>
Classes | |
struct | SServerParams |
Static Public Member Functions | |
static string | StatusToString (EJobStatus status) |
Printable status type. More... | |
static EJobStatus | StringToStatus (const CTempString &status_str) |
Parse status string into enumerator value. More... | |
static ENetScheduleWarningType | ExtractWarningType (string &warn_msg) |
static const char * | WarningTypeToString (ENetScheduleWarningType warning_type) |
Protected Attributes | |
CNetRef< SNetScheduleAPIImpl > | m_Impl |
Client API for NCBI NetSchedule server.
This API is logically divided into two sections: Job Submitter API and Worker Node API.
As objects of this class are only smart pointers to the real implementation, it is advisable that these objects are allocated on the stack rather than the heap.
Definition at line 85 of file netschedule_api.hpp.