Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

Property

UI Field Name

Description

Specifications

Required

Anchor
sleepAmount - Timer
sleepAmount - Timer
sleepAmount

Timer Duration in Seconds

If sleepType is Seconds; Number of seconds the Timer task will run.

 

N

Anchor
sleepDayConstraint - Timer
sleepDayConstraint - Timer
sleepDayConstraint

Timer Day Constraint

If sleepType is Time or Relative Time; Specification for whether or not to advance the timer to another day.

Valid values:

Html bobswift
<ul>
<li> As String = None, As Value = 0 
<li> As String = Same Day, As Value = 1 
<li> As String = Next Day, As Value = 2 
<li> As String = Next Business Day, As Value = 3 
<li> As String = Sunday, As Value = 4 
<li> As String = Monday, As Value = 5 
<li> As String = Tuesday, As Value = 6 
<li> As String = Wednesday, As Value = 7 
<li> As String = Thursday, As Value = 8 
<li> As String = Friday, As Value = 9
<li> As String = Saturday, As Value = 10
</ul>

Default is None (0).

N

Anchor
sleepDuration - Timer
sleepDuration - Timer
sleepDuration

Timer Duration

If sleepType is Duration; Number of days, hours, minutes, and/or seconds the Timer task will run.

Format: dd:hh:mm:ss

N

Anchor
sleepTime - Timer
sleepTime - Timer
sleepTime

Timer Time

If sleepType is Time or Relative Time; Time of day that the Timer task should go to a completed status.

24-hour time format.
Default is 00:00.

N

Anchor
sleepType - Timer
sleepType - Timer
sleepType

Timer Type

Type of Timer command to execute.

Valid values:

Html bobswift
<ul>
<li> As String = Time, As Value = 1 
<li> As String = Duration, As Value = 2 
<li> As String = Seconds, As Value = 3
<li> As String = Relative Time, As Value = 4
</ul>

Default is Seconds (3).

N