<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>evolutionProgressIndicator jQuery Plugin</title><link>https://community.telligent.com/community/12/w/api-documentation/71700/evolutionprogressindicator-jquery-plugin</link><description>Developing on Verint Community? Use the API documentation as a reference for all supported interactions with Verint Community.</description><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>evolutionProgressIndicator jQuery Plugin</title><link>https://community.telligent.com/community/12/w/api-documentation/71700/evolutionprogressindicator-jquery-plugin</link><pubDate>Thu, 02 Jun 2022 15:18:36 GMT</pubDate><guid isPermaLink="false">44addbe0-2a52-477d-89e4-b8a56d0b0e50</guid><dc:creator>Former Member</dc:creator><comments>https://community.telligent.com/community/12/w/api-documentation/71700/evolutionprogressindicator-jquery-plugin#comments</comments><description>Current Revision posted to API Documentation by Former Member on 06/02/2022 15:18:36&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;&lt;a id="jQuery_fn_evolutionProgressIndicator" name="jQuery_fn_evolutionProgressIndicator"&gt;&lt;/a&gt;jQuery.fn.evolutionProgressIndicator&lt;/h3&gt;
&lt;p&gt;This plugin supports rendering a progress indicator including a progress bar and/or a message log. This plugin is typically invoked by the [[scheduledfile UI Component|scheduledfile UI components]] as rendered by &lt;code&gt;core_v2_ui.ScheduledFile()&lt;/code&gt; scheduled script file execution status indicators.&lt;/p&gt;
&lt;h3&gt;&lt;a id="Usage" name="Usage"&gt;&lt;/a&gt;Usage&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;$(&amp;#39;SELECTOR&amp;#39;).evolutionProgressIndicator(options)
&lt;/code&gt;&lt;/pre&gt;

&lt;h3&gt;&lt;a id="Options" name="Options"&gt;&lt;/a&gt;Options&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;includePercentComplete&lt;/code&gt;: (boolean) Whether or not to include a percentage-based progress bar
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;true&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;includeLatestMessage&lt;/code&gt;: (boolean) Whether or not to include only the latest message received from &lt;code&gt;$().evolutionProgressIndicator(&amp;#39;progress&amp;#39;)&lt;/code&gt;.
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;true&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;includeAllMessages&lt;/code&gt;: (boolean) Whether or not to include all messages received from &lt;code&gt;$().evolutionProgressIndicator(&amp;#39;progress&amp;#39;)&lt;/code&gt;.
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;false&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;progressClass&lt;/code&gt;: (string) CSS class applied while in progress
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;progress-indicator-progress&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;completeClass&lt;/code&gt;: (string) CSS class applied when complete
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;progress-indicator-complete&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;errorClass&lt;/code&gt;: (string) CSS class applied when an error is raised
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;progress-indicator-error&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;warnBeforeUnload&lt;/code&gt;: (boolean) Whether a message should be shown warning before leaving a non-completed progress session
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;false&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;showPending&lt;/code&gt;: (boolean) Whether a pending state should be shown before progress is received
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;false&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;beforeUnloadMessageTip&lt;/code&gt;: (string) UI Tip message to show with label if &lt;code&gt;warnBeforeUnload&lt;/code&gt;` is enabled
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;null&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;beforeUnloadMessageLabel&lt;/code&gt;: (string) Message to show in label if &lt;code&gt;warnBeforeUnload&lt;/code&gt;` is enabled
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;null&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;pendingTip&lt;/code&gt;: (string) Message to show in UI Tip if &lt;code&gt;showPending&lt;/code&gt; is enabled`
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;null&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;a id="Methods" name="Methods"&gt;&lt;/a&gt;Methods&lt;/h3&gt;
&lt;h4&gt;&lt;a id="progress" name="progress"&gt;&lt;/a&gt;progress&lt;/h4&gt;
&lt;p&gt;Applies a progress report to the indicator, including a completion percentage and/or a status message.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;// Send a progress report with percent complete and a message
$(&amp;#39;SELECTOR&amp;#39;).evolutionProgressIndicator(&amp;#39;progress&amp;#39;, { percentComplete: .5, message: &amp;#39;Halfway done!&amp;#39; });

// Send a progress report with percent complete
$(&amp;#39;SELECTOR&amp;#39;).evolutionProgressIndicator(&amp;#39;progress&amp;#39;, { percentComplete: .5 });

// Send a progress report with a message
$(&amp;#39;SELECTOR&amp;#39;).evolutionProgressIndicator(&amp;#39;progress&amp;#39;, { message: &amp;#39;Halfway done!&amp;#39; });
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;em&gt;Options:&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;percentComplete&lt;/code&gt;: (float) Completion percentage, between 0.0 and 1.0.
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;null&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;message&lt;/code&gt;: (string) Status message
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;null&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;&lt;a id="complete" name="complete"&gt;&lt;/a&gt;complete&lt;/h4&gt;
&lt;p&gt;Applies a completion state to the indicator&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$(&amp;#39;SELECTOR&amp;#39;).evolutionProgressIndicator(&amp;#39;complete&amp;#39;)
&lt;/code&gt;&lt;/pre&gt;

&lt;h4&gt;&lt;a id="error" name="error"&gt;&lt;/a&gt;error&lt;/h4&gt;
&lt;p&gt;Applies an error state to the indicator&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$(&amp;#39;SELECTOR&amp;#39;).evolutionProgressIndicator(&amp;#39;error&amp;#39;)
&lt;/code&gt;&lt;/pre&gt;

&lt;hr class="generated-documentation-end" style="border-width:0;" /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>evolutionProgressIndicator jQuery Plugin</title><link>https://community.telligent.com/community/12/w/api-documentation/71700/evolutionprogressindicator-jquery-plugin/revision/1</link><pubDate>Fri, 15 Jan 2021 21:46:06 GMT</pubDate><guid isPermaLink="false">44addbe0-2a52-477d-89e4-b8a56d0b0e50</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/12/w/api-documentation/71700/evolutionprogressindicator-jquery-plugin#comments</comments><description>Revision 1 posted to API Documentation by Ben Tiedt on 01/15/2021 21:46:06&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;jQuery.fn.evolutionProgressIndicator&lt;/h3&gt;
&lt;p&gt;This plugin supports rendering a progress indicator including a progress bar and/or a message log. This plugin is typically invoked by the [[scheduledfile UI Component|scheduledfile UI components]] as rendered by &lt;code&gt;core_v2_ui.ScheduledFile()&lt;/code&gt; scheduled script file execution status indicators.&lt;/p&gt;
&lt;h3&gt;Usage&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;$(&amp;#39;SELECTOR&amp;#39;).evolutionProgressIndicator(options)
&lt;/code&gt;&lt;/pre&gt;

&lt;h3&gt;Options&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;includePercentComplete&lt;/code&gt;: (boolean) Whether or not to include a percentage-based progress bar
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;true&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;includeLatestMessage&lt;/code&gt;: (boolean) Whether or not to include only the latest message received from &lt;code&gt;$().evolutionProgressIndicator(&amp;#39;progress&amp;#39;)&lt;/code&gt;.
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;true&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;includeAllMessages&lt;/code&gt;: (boolean) Whether or not to include all messages received from &lt;code&gt;$().evolutionProgressIndicator(&amp;#39;progress&amp;#39;)&lt;/code&gt;.
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;false&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;progressClass&lt;/code&gt;: (string) CSS class applied while in progress
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;progress-indicator-progress&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;completeClass&lt;/code&gt;: (string) CSS class applied when complete
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;progress-indicator-complete&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;errorClass&lt;/code&gt;: (string) CSS class applied when an error is raised
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;progress-indicator-error&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;warnBeforeUnload&lt;/code&gt;: (boolean) Whether a message should be shown warning before leaving a non-completed progress session
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;false&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;showPending&lt;/code&gt;: (boolean) Whether a pending state should be shown before progress is received
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;false&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;beforeUnloadMessageTip&lt;/code&gt;: (string) UI Tip message to show with label if &lt;code&gt;warnBeforeUnload&lt;/code&gt;` is enabled
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;null&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;beforeUnloadMessageLabel&lt;/code&gt;: (string) Message to show in label if &lt;code&gt;warnBeforeUnload&lt;/code&gt;` is enabled
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;null&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;pendingTip&lt;/code&gt;: (string) Message to show in UI Tip if &lt;code&gt;showPending&lt;/code&gt; is enabled`
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;null&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Methods&lt;/h3&gt;
&lt;h4&gt;progress&lt;/h4&gt;
&lt;p&gt;Applies a progress report to the indicator, including a completion percentage and/or a status message.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;// Send a progress report with percent complete and a message
$(&amp;#39;SELECTOR&amp;#39;).evolutionProgressIndicator(&amp;#39;progress&amp;#39;, { percentComplete: .5, message: &amp;#39;Halfway done!&amp;#39; });

// Send a progress report with percent complete
$(&amp;#39;SELECTOR&amp;#39;).evolutionProgressIndicator(&amp;#39;progress&amp;#39;, { percentComplete: .5 });

// Send a progress report with a message
$(&amp;#39;SELECTOR&amp;#39;).evolutionProgressIndicator(&amp;#39;progress&amp;#39;, { message: &amp;#39;Halfway done!&amp;#39; });
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;em&gt;Options:&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;percentComplete&lt;/code&gt;: (float) Completion percentage, between 0.0 and 1.0.
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;null&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;message&lt;/code&gt;: (string) Status message
&lt;ul&gt;
&lt;li&gt;default &lt;code&gt;null&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;complete&lt;/h4&gt;
&lt;p&gt;Applies a completion state to the indicator&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$(&amp;#39;SELECTOR&amp;#39;).evolutionProgressIndicator(&amp;#39;complete&amp;#39;)
&lt;/code&gt;&lt;/pre&gt;

&lt;h4&gt;error&lt;/h4&gt;
&lt;p&gt;Applies an error state to the indicator&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$(&amp;#39;SELECTOR&amp;#39;).evolutionProgressIndicator(&amp;#39;error&amp;#39;)
&lt;/code&gt;&lt;/pre&gt;

&lt;hr class="generated-documentation-end" style="border-width:0;" /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>