Click or drag to resize
weroSoft AG, Software
NotificationDuration Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Specifies the duration for the display of notification.

Namespace:  WeroSoft.ProcessManagement.Automation
Assembly:  WeroSoft.Client.Library (in WeroSoft.Client.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum NotificationDuration
Remarks
It corresponds to the standard Windows notifications duration.
Members
  Member nameValueDescription
Short0 The notification stays visible for 6 seconds.
Long1 The notification stays visible for 25 seconds.
See Also