<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>scheduledFile.error Client Message</title><link>https://community.telligent.com/community/11/w/api-documentation/67401/scheduledfile-error-client-message</link><description /><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>scheduledFile.error Client Message</title><link>https://community.telligent.com/community/11/w/api-documentation/67401/scheduledfile-error-client-message</link><pubDate>Tue, 19 Nov 2019 20:28:06 GMT</pubDate><guid isPermaLink="false">23e7ccf3-f705-465e-852d-c5a0a4b0b544</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/11/w/api-documentation/67401/scheduledfile-error-client-message#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 11/19/2019 20:28:06&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;&lt;a id="scheduledFile_error_Client_Message" name="scheduledFile_error_Client_Message"&gt;&lt;/a&gt;scheduledFile.error Client Message&lt;/h3&gt;
&lt;p&gt;[[messaging JavaScript API Module|Client-side message]] raised when a script file execution scheduled via &lt;code&gt;core_v2_widget.ScheduleFile()&lt;/code&gt; experiences or reports an error.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;scheduledFile&lt;/code&gt; client messages are typically intended to be handled automatically by the [[scheduledfile UI Component|scheduledfile UI component]].&lt;/p&gt;
&lt;p&gt;While &lt;code&gt;scheduledFile&lt;/code&gt; client messages are pushed via socket to the initiating user, it is recommended to initiate monitoring of these messages via $.telligent.evolution.scheduledFile.monitor(progressKey) to ensure their receipt via automatic AJAX fallback requests if expected.&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;messaging.subscribe(&amp;#39;scheduledFile.error&amp;#39;, function(data) {
    // handle the event
});
&lt;/code&gt;&lt;/pre&gt;

&lt;h3&gt;&lt;a id="Data" name="Data"&gt;&lt;/a&gt;Data&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;progressKey&lt;/code&gt;: Identifier matching the &lt;code&gt;ProgressKey&lt;/code&gt; passed to &lt;code&gt;core_v2_widget.ScheduleFile()&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;message&lt;/code&gt;: Error message, if provided&lt;/li&gt;
&lt;/ul&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>