Wait

Operation Name

Wait

Function overview

Wait for specified time.

Properties

For information about using variables, refer to "variables".
Basic settings
Item name Required/Optional Use of Variables Description Remarks
Name Required Not available Enter the name on the script canvas.  
Required settings
Item name Required/Optional Use of Variables Description Remarks
h Optional Available Enter the hour to wait.
  • Available value is "0" to "500".
  • The default value is "0".
m Optional Available Enter the minute to wait.
  • Available value is "0" to "59".
  • The default value is "0".
s Optional Available Enter the second to wait.
  • Available value is "0" to "59".
  • The default value is "0".
ms Optional Available Enter the millisecond to wait.
  • Available value is "0" to "999".
  • The default value is "0".
Comment
Item name Required/Optional Use of Variables Description Remarks
Comment Optional Not available You can write a short description of this adapter.
The description will be reflected in the specifications.
 

PSP Usage

PSP is not supported.

Available Component variables

Component variable name Description Remarks
message_category Stroes the category to which corresponding message code belongs to, when an error occurs.
  • The value defaults to null.
message_code Stores its corresponding message code of occured error.
  • The value defaults to null.
message_level Stores the severity of the corresponding message code of the occured error.
  • The value defaults to null.
error_type Stores the type of the occured error.
  • The value defaults to null.
  • Error is represented in the format depicted below.
    Example:java.io.FileNotFoundException
  • The message may vary depending on DataSpider Servista version.
error_message Stores the error message for the occured error.
  • The value defaults to null.
  • The message may vary depending on DataSpider Servista version.
error_trace Stores the error message for the occured error.
  • The value defaults to null.
  • The message may vary depending on DataSpider Servista version or the client application used.

Specification Limits

Main exceptions

Exception name Cause Solution
java.lang.NumberFormatException [h],[m],[s] or [ms] is entered with value other than number. Enter number into [h],[m],[s] or [ms].