|
libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
#include <ScheduledTask.hpp>
Inherits LoadLibraryWrapper.
Public Member Functions | |
| __stdcall | ScheduledTask (void) |
| __stdcall | ~ScheduledTask (void) |
| bool __fastcall | AddJob (const std::wstring &machine, const AT_INFO &at, unsigned long &id) |
| bool __fastcall | DeleteJob (const std::wstring &machine, const unsigned long id) |
Static Public Member Functions | |
| static tstring __fastcall | Time (const unsigned long) noexcept(true) |
Definition at line 32 of file ScheduledTask.hpp.
| ScheduledTask::ScheduledTask | ( | void | ) |
Definition at line 37 of file ScheduledTask.cpp.
| ScheduledTask::~ScheduledTask | ( | void | ) |
Definition at line 45 of file ScheduledTask.cpp.
| bool ScheduledTask::AddJob | ( | const std::wstring & | machine, |
| const AT_INFO & | at, | ||
| unsigned long & | id | ||
| ) |
Definition at line 55 of file ScheduledTask.cpp.
| bool ScheduledTask::DeleteJob | ( | const std::wstring & | machine, |
| const unsigned long | id | ||
| ) |
Definition at line 75 of file ScheduledTask.cpp.
|
staticnoexcept |
Definition at line 89 of file ScheduledTask.cpp.