Skip to content

Commit

Permalink
Specify that tasks and their data should be removed on app uninstall (c…
Browse files Browse the repository at this point in the history
…loses sysapps#7)

Specify that tasks and their data should be removed on app uninstall.
  • Loading branch information
cdumez committed Apr 4, 2014
1 parent da2bea1 commit 6cb19d2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 7 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ <h1>
Task Scheduler API Specification

</h1>
<h2 class="no-num no-toc" id="editor-draft-—-12-november-2013">
Editor Draft — 12 November 2013
<h2 class="no-num no-toc" id="editor-draft-—-4-april-2014">
Editor Draft — 4 April 2014
</h2>
<dl>
<dt>
Expand Down Expand Up @@ -87,7 +87,7 @@ <h2 class="no-num no-toc" id="editor-draft-—-12-november-2013">
<div class="w3conly">

<!--begin-copyright-->
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2013 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2014 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
<!--end-copyright-->
</div>
</div>
Expand Down Expand Up @@ -372,6 +372,10 @@ <h3 id="interface-taskscheduler"><span class="secno">4.2 </span>
</li>
</ol>
<p>
When an application is uninstalled, all the non-expired tasks it scheduled <em class="ct">must</em> be removed, as well
as their associated data.
</p>
<p>
<span>When invoked, the <dfn id="taskscheduler-remove" title="TaskScheduler-remove"><code>remove(<var>taskId</var>)</code></dfn> method
<em class="ct">must</em> run the following steps:</span>
</p>
Expand Down
4 changes: 4 additions & 0 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,10 @@ <h3>
</li>
</ol>
<p>
When an application is uninstalled, all the non-expired tasks it scheduled <em class="ct">must</em> be removed, as well
as their associated data.
</p>
<p>
<span>When invoked, the <dfn title="TaskScheduler-remove"><code>remove(<var>taskId</var>)</code></dfn> method
<em class="ct">must</em> run the following steps:</span>
</p>
Expand Down

0 comments on commit 6cb19d2

Please sign in to comment.