Commit Graph

40 Commits

Author SHA1 Message Date
Jacek Caban 82a590403f taskschd: Added IDailyTrigger::DaysInterval property implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-10-19 17:54:28 -07:00
Jacek Caban 18427a0ce0 taskschd: Added ITriggerCollection::Create implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-10-19 17:54:23 -07:00
Jacek Caban 67abe79de0 taskschd: Added ITaskDefinition::get_Triggers implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-09-07 00:34:24 +09:00
Dmitry Timoshkov 557c3714e8 taskschd/tests: Fix memory leaks (Valgrind).
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-09 16:44:53 +09:00
Michael Stefaniuc 87cfceb8bf taskschd: Print the debug string instead of the pointer value. 2015-03-24 18:16:05 +09:00
Dmitry Timoshkov bd1576975a taskschd: Implement setters for IRegistrationInfo string properties. 2014-04-11 11:23:27 +02:00
Dmitry Timoshkov 8fd6435a6a taskschd: Implement getters for IRegistrationInfo string properties. 2014-04-11 11:23:06 +02:00
Dmitry Timoshkov 38dcd677c8 taskschd: Implement ITaskService::get_HighestVersion. 2014-03-13 20:22:27 +01:00
Dmitry Timoshkov 4c08276e6b taskschd: Return appropriate error code for a malformed XML. 2014-02-25 14:22:23 -06:00
Dmitry Timoshkov 39f0b276c7 taskschd: Don't accept task XML with an invalid boolean value. 2014-02-25 14:22:17 -06:00
Dmitry Timoshkov d2fc6b3145 taskschd: Add a check for the task namespace. 2014-02-25 14:22:10 -06:00
Dmitry Timoshkov 1c778d91bd taskschd/tests: Add more various tests. 2014-02-25 14:22:02 -06:00
Dmitry Timoshkov 175dc76336 taskschd: ITaskService::NewTask doesn't need a server connection. 2014-02-22 08:41:18 -06:00
Dmitry Timoshkov 67ad1d85ac taskschd: Add support for Principals to task definition XML writer. 2014-02-22 08:41:13 -06:00
Dmitry Timoshkov c6a01c42c9 taskschd: Add support for RegistrationInfo to task definition XML writer. 2014-02-22 08:41:09 -06:00
Dmitry Timoshkov 890bff2622 taskschd: Add initial version of the task definition XML writer. 2014-02-22 08:41:05 -06:00
Dmitry Timoshkov 3cb5015c4a taskschd: Add support for reading Principals to XML parser. 2014-02-22 08:41:01 -06:00
Dmitry Timoshkov a7c70a4904 taskschd: Add support for reading RegistrationInfo to XML parser. 2014-02-22 08:40:56 -06:00
Dmitry Timoshkov 606ee6cce3 taskschd: Add support for reading more TaskSettings fields to XML parser. 2014-02-22 08:40:52 -06:00
Dmitry Timoshkov 9c6e7dea5b taskschd: Delay creation of ITaskSettings until it's required. 2014-02-20 13:25:25 +01:00
Dmitry Timoshkov 7d95758e67 taskschd: Make IRegistrationInfo a part of ITaskDefinition implementation. 2014-02-20 13:25:24 +01:00
Dmitry Timoshkov 257a3bb17c taskschd: Add IRegistrationInfo stub implementation. 2014-02-20 13:25:23 +01:00
Dmitry Timoshkov 160c687710 taskschd: Implement reading Settings of the task definition XML chunk. 2014-02-18 10:49:53 +01:00
Dmitry Timoshkov 71f690a55d taskschd: Implement ITaskDefinition::put_Settings. 2014-02-18 10:49:50 +01:00
Dmitry Timoshkov 3aa2376fd9 taskschd: Make ITaskSettings a part of ITaskDefinition implementation. 2014-02-18 10:49:46 +01:00
Dmitry Timoshkov e29f64533f taskschd: Add initial implementation of ITaskDefinition::put_XmlText. 2014-02-18 10:49:41 +01:00
Dmitry Timoshkov 433598c10b taskschd: Implement ITaskFolder::RegisterTask as a wrapper around ITaskFolder::RegisterTaskDefinition. 2014-02-18 10:48:41 +01:00
Dmitry Timoshkov 7b08995141 taskschd: Implement most of ITaskSettings get methods. 2014-02-13 17:52:14 +01:00
Dmitry Timoshkov 12e8a31e72 taskschd: Add ITaskSettings stub implementation. 2014-02-13 17:52:14 +01:00
Dmitry Timoshkov 4248b1405d taskschd: Add ITaskDefinition stub implementation. 2014-02-06 17:08:28 +01:00
Dmitry Timoshkov 4bd02f8e2d taskschd: QueryInterface should return NULL interface on error. 2014-02-06 17:08:26 +01:00
Dmitry Timoshkov b3a79114e0 taskschd: ITaskService::GetFolder should fail if not connected to the server. 2014-02-06 17:08:25 +01:00
Dmitry Timoshkov 89548cd0ad taskschd: Add some useful inline helpers for memory management. 2014-01-28 11:40:18 +01:00
Dmitry Timoshkov d6f6b6b798 taskschd: Implement ITaskFolder::CreateFolder. 2014-01-27 11:03:14 +01:00
Dmitry Timoshkov fe55cb1031 taskschd: Add ITaskFolder stub implementation. 2014-01-17 11:03:31 +01:00
Dmitry Timoshkov 006aadd3d2 taskschd: Treat VT_BSTR/NULL or empty variant as NULL. 2014-01-16 21:04:19 +01:00
Dmitry Timoshkov c940a3e97e taskschd: Implement ITaskService::get_TargetServer. 2014-01-14 11:19:13 +01:00
Dmitry Timoshkov 938f073e5c taskschd: Implement ITaskService::Connect. 2014-01-14 11:18:30 +01:00
Dmitry Timoshkov 189bfa9643 taskschd: Implement ITaskService::get_Connected. 2014-01-14 11:17:51 +01:00
Dmitry Timoshkov b060096400 taskschd: Add ITaskService stub implementation. 2013-12-27 14:31:54 +01:00