1
edit
Changes
no edit summary
At first I attempted something along the lines of:<br />
<pre>
CmdUtils.CreateCommand({
}
})</pre>
<br />
However this wasn't exactly what I was looking for because it caused the browser to freeze while the command was running.<br /><br />
I did a little more looking and found this method instead:<br />
<pre>
CmdUtils.CreateCommand({
})
</pre>
Unlike the previous command, it will not freeze the browser while the timed command is being performed.