-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathScriptLong.xml
18 lines (18 loc) · 995 Bytes
/
ScriptLong.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8" ?>
<EventDescription xmlns="http://waher.se/Schema/EventIdDocument.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema"
eventId="ScriptEval" minor="true" medium="false" major="false"
debug="false" informational="false" notice="true" warning="false"
error="false" critical="false" alert="false" emergency="false">
<Description>Event raised when user script evaluation takes longer than a preset threshold. Script continues being evaluated.</Description>
<Object>Resource evaluating the script</Object>
<Actor>Name of user evaluating the script.</Actor>
<Tag key="RemoteEndPoint" valueType="xs:string">
<Description>Remote endpoint of user.</Description>
</Tag>
<Tag key="Script" valueType="xs:string">
<Description>Script evaluated.</Description>
</Tag>
<Tag key="Milliseconds" valueType="xs:double">
<Description>Number of milliseconds spent so far, evaluating the script.</Description>
</Tag>
</EventDescription>