Please enable JavaScript to view this site.

Process Designer

Navigation: Javascript API > User dialog functions > Notifications

jr_notify_warn(string message, int timeoutInSeconds)

Scroll Prev Top Next More

This function returns a warning message.

Parameter

Type

Description

message

string

Content of the notification

timeoutInSeconds

int

Time until notification disappears (optional)

A warning message is displayed until it is hidden by the user. If the optional second parameter is passed the warning message is hidden after the specified time.