From 29be609adb8377a6535926fc33c9f5906a4ec696 Mon Sep 17 00:00:00 2001 From: kenneth_suter <kenneth_suter@localhost> Date: Mon, 17 Sep 2007 15:27:39 +0000 Subject: [PATCH] This commit is for supporting of task scheduling in the future (right now tasks can only be scheduled to start immediately) for tasks that support scheduling. Start time is specified by including -t/--startTime along with a date string of format 'YYYYMMDDhhmmss'. --- opends/src/messages/messages/tools.properties | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties index 864265d..ea401c7 100644 --- a/opends/src/messages/messages/tools.properties +++ b/opends/src/messages/messages/tools.properties @@ -1901,7 +1901,8 @@ trying to decode the response from the server: %s SEVERE_ERR_TASK_CLIENT_INVALID_RESPONSE_TYPE_1318=ERROR: Expected an add \ response message but got a %s message instead -INFO_TASK_TOOL_TASK_SCHEDULED_1319=Scheduled task %s +INFO_TASK_TOOL_TASK_SCHEDULED_NOW_1319=%s task %s scheduled to start \ + immediately SEVERE_ERR_LDAP_CONN_INCOMPATIBLE_ARGS_1320=ERROR: argument %s is \ incompatible with use of this tool to interact with the directory as a client SEVERE_ERR_CREATERC_ONLY_RUNS_ON_UNIX_1321=This tool may only be used on \ @@ -2138,4 +2139,9 @@ cannot be canceled SEVERE_ERR_TASK_CLIENT_TASK_STATE_UNKNOWN_1455=State for task '%s' cannot be \ determined - +INFO_DESCRIPTION_START_DATETIME_1456=Indicates the date/time at which the this \ + task will start when scheduled expressed in format 'YYYYMMDDhhmmss'. \ + Omission of this option will cause the task to be for immediate execution +SEVERE_ERR_START_DATETIME_FORMAT_1457=The start date/time must in format \ + 'YYYYMMDDhhmmss' +INFO_TASK_TOOL_TASK_SCHEDULED_FUTURE_1458=%s task %s scheduled to start %s -- Gitblit v1.10.0