ADD_APP_ACT_WINDOWΒΆ
Add an execution Windows to an application action
Parameter Name |
Required |
DefaultValue |
Description |
---|---|---|---|
p_app_name |
yes |
Name of the application |
|
p_action_name |
yes |
Name of the action |
|
p_start_time |
yes |
Start time of time window (Format: HHMM) |
|
p_end_time |
yes |
End time of time window (Format: HHMM) |
Example
EXECUTE SCRIPT api_redadm.add_app_act_windows
( 'AppName1' -- p_app_name
, 'Action1' -- p_action_name
, 900 -- p_start_time
, 1700 -- p_end_time
);