2.5.1 Events

ListenerId.EventType XML                                                                                                                                         
Notes                                                         
AssociationEngine.KeyValuePairs.
AssociationHistoryRevised
EventTime     : 8/5/2008 11:07:48 AM
Listener Id   : AssociationEngine
BodyType      : TaskEvents.KeyValuePairs
EventType     : KeyValuePairs
Event Id      : 633535312682493856
<?xml version="1.0" encoding="utf-16"?>
<KeyValuePairs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Recipient>unspecified</Recipient>
  <Sender>unspecified</Sender>
  <MessageType>AssociationHistoryRevised</MessageType>
</KeyValuePairs>
Sent after AssociationEngine finishes updating after a AssociationHistoryRevisions event
Clipboard.Copy
EventTime     : 8/5/2008 11:11:43 AM
Listener Id   : Clipboard
BodyType      : TaskEvents.ClipboardEventArgs
EventType     : Copy
Event Id      : 633535315033674688
<?xml version="1.0" encoding="utf-16"?>
<ClipboardEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <SourceWnd>655886</SourceWnd>
  <WindowTitle>2.5.1 Events - TaskTracer pub - OSU Libraries Wiki - Mozilla Firefox</WindowTitle>
  <MainWindowTitle>2.5.1 Events - TaskTracer pub - OSU Libraries Wiki - Mozilla Firefox</MainWindowTitle>
  <MainModuleName>firefox.exe</MainModuleName>
  <MainModuleFileName>C:\Program Files\Mozilla Firefox\firefox.exe</MainModuleFileName>
  <DocumentName>2.5.1 Events - TaskTracer pub - OSU Libraries Wiki</DocumentName>
  <DocumentPath>\Application\firefox</DocumentPath>
  <CopySource>Firefox</CopySource>
  <DataString>e>AssociationHistoryRevised</MessageType>
</KeyValuePairs></DataString>
  <DataCRC>1503738977</DataCRC>
  <DataFormatsAvailable />
</ClipboardEventArgs> 
When a user copies something to the clipboard.  The process from which the copy took place is captured, as well as the title of the application, in this case a webpage.  Some titles may not be captured.  If the copy happened in an application that is not instrumented by TaskTracer (i.e. the Microsoft Office apps), then the DocumentPath will look like \Application\<processName>.  Thus the subsequent CopyPaste events (generated by pooling info from Copy and Paste events)  an have provenance from copies from uninstrumented apps.   In a nutshell, all Pastes into Word, PPT, Excel are captured, regardless of where the copy was from.
Clipboard.CopyPaste
  EventTime     : 8/5/2008 11:14:20 AM
Listener Id   : Clipboard
BodyType      : TaskEvents.CopyPaste
EventType     : CopyPaste
Event Id      : 633535316610141536
<?xml version="1.0" encoding="utf-16"?>
<CopyPaste xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <CopyEventArgs>
    <SourceWnd>197678</SourceWnd>
    <WindowTitle>test.doc <C:\calo_4.3\openiris\iris\TaskTracerTest\test.doc> - Microsoft Word</WindowTitle>
    <MainWindowTitle>test.doc <C:\calo_4.3\openiris\iris\TaskTracerTest\test.doc> - Microsoft Word</MainWindowTitle>
    <MainModuleName>WINWORD.EXE</MainModuleName>
    <MainModuleFileName>C:\Program Files\Microsoft Office\OFFICE11\WINWORD.EXE</MainModuleFileName>
    <DocumentName>test.doc</DocumentName>
    <DocumentPath>C:\calo_4.3\openiris\iris\TaskTracerTest</DocumentPath>
    <CopySource>Word</CopySource>
    <DataString>esting</DataString>
    <DataCRC>553541444</DataCRC>
    <DataFormatsAvailable />
  </CopyEventArgs>
  <CopiedFromResource>
    <Version>200</Version>
    <Id>78</Id>
    <Name>test.doc</Name>
    <Path>c:\calo_4.3\openiris\iris\TaskTracerTest\</Path>
    <Type>Word</Type>
    <Text>esting</Text>
    <Hidden>false</Hidden>
    <Event_Id>633535316556564496</Event_Id>
    <Event_Time>2008-08-05T11:14:15.0956432-07:00</Event_Time>
    <Deleted_From_File_System>false</Deleted_From_File_System>
    <SentTime>0001-01-01T00:00:00</SentTime>
  </CopiedFromResource>
  <PastedToResource>
    <Version>200</Version>
    <Id>78</Id>
    <Name>test.doc</Name>
    <Path>c:\calo_4.3\openiris\iris\TaskTracerTest\</Path>
    <Type>Word</Type>
    <Text />
    <Hidden>false</Hidden>
    <Event_Id>633535316604032752</Event_Id>
    <Event_Time>2008-08-05T11:14:20.3932608-07:00</Event_Time>
    <Deleted_From_File_System>false</Deleted_From_File_System>
    <SentTime>0001-01-01T00:00:00</SentTime>
  </PastedToResource>
  <TimeCopied>2008-08-05T11:14:15.0956432-07:00</TimeCopied>
  <TimePasted>2008-08-05T11:14:20.3932608-07:00</TimePasted>
  <EventType>Text</EventType>
</CopyPaste>

To the left is an example of when the user copies something from an instrumented app (like Word) to another instrumented app.  The user could also copy something from an uninstrumented app to an instrumented app, and some of those fields would look like this:
<MainModuleName>firefox.exe</MainModuleName>
    <MainModuleFileName>C:\Program Files\Mozilla Firefox\firefox.exe</MainModuleFileName>
    <DocumentName>2.5.1 Events - TaskTracer pub - OSU Libraries Wiki</DocumentName>
    <DocumentPath>\Application\firefox</DocumentPath>
    <CopySource>Firefox</CopySource>

There is also the case where something would be pasted into or copied from an open (instrumented app) document that has not yet been saved (i.e. Document1, Book1, Presentation1).  These ephemeral documents have a path that looks like this:
<Name>Presentation1</Name>
    <Path>\EphemeralPowerPointDocument\CreatedOn\Wednesday-06-August-2008-11-54-50-AM\</Path>

FileOpenListener.FolderPredictorTest EventTime     : 8/5/2008 11:36:28 AM
Listener Id   : FileOpenListener
BodyType      : TaskEvents.FolderPredictionResult
EventType     : FolderPredictorTest
Event Id      : 633535329881524848
<?xml version="1.0" encoding="utf-16"?>
<FolderPredictionResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <ApplicationName>notepad.exe</ApplicationName>
  <Type>SaveAs</Type>
  <OriginalFolder>c:\calo_4.3\openiris\iris\plugins-src\xmldotnet\doc\beanshell\</OriginalFolder>
  <FirstPrediction>c:\dev\</FirstPrediction>
  <SecondPrediction>c:\calo_4.3\openiris\iris\tasktracertest\</SecondPrediction>
  <ThirdPrediction>c:\calo_4.3\openiris\iris\plugins-src\xmldotnet\doc\beanshell\</ThirdPrediction>
  <Result>c:\dev\</Result>
</FolderPredictionResult>

When a common Win32 file is opened or saved by a file dialog, we record the Windows default folder of that dialog and FolderPredictor's predictions, in order to test the performance of FolderPredictor. NOTE: *TT must be installed with admin privilege to get FileOpenListener events*
FileOpenListener.Open EventTime     : 8/5/2008 11:36:11 AM
Listener Id   : FileOpenListener
BodyType      : TaskEvents.CommonFileOpenSaveInfo
EventType     : Open
Event Id      : 633535329718590560
<?xml version="1.0" encoding="utf-16"?>
<CommonFileOpenSaveInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <ApplicationName>notepad.exe</ApplicationName>
  <UsingFileDialog>false</UsingFileDialog>
  <Path>c:\calo_4.3\openiris\iris\plugins-src\xmldotnet\doc\beanshell\quitapplicationautomation.txt</Path>
</CommonFileOpenSaveInfo>

When a common Win32 file is opened by double click or file dialogue, we capture it and send an open event for it. NOTE: "Common Win32 files" refers to files other than office files. TaskTracer.ini defines which kinds of files are captured. Defaultly, files from acrobat/psview/notepad are captured.
*TT must be installed with admin privilege to get FileOpenListener events*
FileOpenListener.SaveAs EventTime     : 8/5/2008 11:36:27 AM
Listener Id   : FileOpenListener
BodyType      : TaskEvents.CommonFileOpenSaveInfo
EventType     : SaveAs
Event Id      : 633535329874014048
<?xml version="1.0" encoding="utf-16"?>
<CommonFileOpenSaveInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <ApplicationName>notepad.exe</ApplicationName>
  <UsingFileDialog>true</UsingFileDialog>
  <Path>c:\dev\quitapplicationautomation.txt</Path>
  <ProvenanceInfo>
    <Version>200</Version>
    <SourcePathname>c:\calo_4.3\openiris\iris\plugins-src\xmldotnet\doc\beanshell\quitapplicationautomation.txt</SourcePathname>
    <DestinationPathname>c:\dev\quitapplicationautomation.txt</DestinationPathname>
  </ProvenanceInfo>
</CommonFileOpenSaveInfo>

When a common Win32 file is saved by a file dialog (that is, a SaveAs), we capture it and send a SaveAs event for it. NOTE: *TT must be installed with admin privilege to get FileOpenListener events*
FolderPredictor.FolderPrediction EventTime     : 8/5/2008 11:24:10 AM
Listener Id   : FolderPredictor
BodyType      : TaskEvents.FolderPrediction
EventType     : FolderPrediction
Event Id      : 633535322506820544
<?xml version="1.0" encoding="utf-16"?>
<FolderPrediction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <FirstFolder>c:\calo_4.3\openiris\iris\plugins-src\xmldotnet\doc\beanshell\</FirstFolder>
  <SecondFolder>c:\calo_4.3\openiris\iris\tasktracertest\</SecondFolder>
  <ThirdFolder>c:\dev\</ThirdFolder>
</FolderPrediction>

When a new FolderPrediction is made, FolderPredictor will send a FolderPrediction event with top-3 predicted folders to other components that are using FolderPredictor's predictions. This happens when task changes or user opens/saves a file. When FolderPredictor is shutdown, we send a FolderPrediction event with "None" as predictions to notify other components that are using FolderPredictor's predictions that FolderPredictor is down.  
IExplorer.Close EventTime     : 8/5/2008 11:35:35 AM
Listener Id   : IExplorer
BodyType      : TaskEvents.IEWebpageEventArgs
EventType     : Close
Event Id      : 633535329362678784
<?xml version="1.0" encoding="utf-16"?>
<IEWebpageEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Webpage>
    <LocationURL />
    <LocationName />
    <ContentWords>BeforeNavigate2</ContentWords>
  </Webpage>
  <HWND>589900</HWND>
  <LinkCount>0</LinkCount>
</IEWebpageEventArgs>

When an html document or webpage is closed in IExplorer browser. NOTE: This event is fired not only when a user closes a webpage but also at each navigation the browser is closing the webpage before navigating to the next.  Can also be fired by IE's background processes
IExplorer.DownloadFile EventTime     : 8/5/2008 11:54:54 AM
Listener Id   : IExplorer
BodyType      : TaskEvents.ProvenanceInfo
EventType     : DownloadFile
Event Id      : 633535340955648656
<?xml version="1.0" encoding="utf-16"?>
<ProvenanceInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <SourcePathname>http://wiki.library.oregonstate.edu/confluence/download/attachments/13623/TT_OFFICE_DLLS.zip</SourcePathname>
  <DestinationPathname>C:\calo_4.3\openiris\iris\TaskTracerTest\TT_OFFICE_DLLS.zip</DestinationPathname>
</ProvenanceInfo>

When a file download progress window appears.
IExplorer.Navigate EventTime     : 8/5/2008 11:52:02 AM
Listener Id   : IExplorer
BodyType      : TaskEvents.IEWebpageEventArgs
EventType     : Navigate
Event Id      : 633535339225260480
<?xml version="1.0" encoding="utf-16"?>
<IEWebpageEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Webpage>
    <LocationURL>http://runonce.msn.com/runonce3.aspx</LocationURL>
    <Path>http://runonce.msn.com/runonce3.aspx</Path>
    <LocationName>Customize Your Settings</LocationName>
    <ContentWords>DocumentComplete</ContentWords>
  </Webpage>
  <WindowTitle>Customize Your Settings</WindowTitle>
  <HWND>590880</HWND>
  <LinkCount>0</LinkCount>
  <Referrer> </Referrer>
</IEWebpageEventArgs>

When navigating to a website or within local addresses using the IExplorer browser
IExplorer.Quit EventTime     : 8/5/2008 11:57:03 AM
Listener Id   : IExplorer
BodyType      : TaskEvents.IEWebpageEventArgs
EventType     : Quit
Event Id      : 633535342232684944
<?xml version="1.0" encoding="utf-16"?>
<IEWebpageEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Webpage>
    <LocationURL>http://runonce.msn.com/runonce3.aspx</LocationURL>
    <Path>C:\Program Files\Internet Explorer\</Path>
    <LocationName>Customize Your Settings</LocationName>
    <ContentWords />
  </Webpage>
  <HWND>263350</HWND>
  <LinkCount>0</LinkCount>
  <Referrer />
</IEWebpageEventArgs>

When an IExplorer browser is closed/exited
IExplorer.PostForm
EventTime       : 15:32:11.89
Listener Id     : IExplorer
BodyType        : TaskEvents.IEWebpageEventArgs
EventType       : PostForm
Event Id        : 633535471318962864
<?xml version="1.0" encoding="utf-16"?>
<IEWebpageEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Webpage>
    <LocationURL>http://www.xbox3604free.com/</LocationURL>
    <Path>http://www.xbox3604free.com/</Path>
    <LocationName>Free Xbox 360 Offer - Thousands shipped. Get yours</LocationName>
    <ContentWords>Content-Type: application/x-www-form-urlencoded
</ContentWords>
  </Webpage>
  <HWND>918592</HWND>
  <LinkCount>0</LinkCount>
  <ProvenanceInfo>
    <Version>200</Version>
    <SourcePathname>http://www.xbox3604free.com/</SourcePathname>
    <DestinationPathname>http://www.xbox3604free.com/default.aspx</DestinationPathname>
  </ProvenanceInfo>
</IEWebpageEventArgs>
When a user submits a form on a website.
IExplorer.UploadFile
EventTime       : 15:23:28.50
Listener Id     : IExplorer
BodyType        : TaskEvents.IEWebpageEventArgs
EventType       : UploadFile
Event Id        : 633535466085136992
<?xml version="1.0" encoding="utf-16"?>
<IEWebpageEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Webpage>
    <LocationURL>http://wiki.library.oregonstate.edu/confluence/pages/viewpageattachments.action?pageId=13623</LocationURL>
    <Path>http://wiki.library.oregonstate.edu/confluence/pages/viewpageattachments.action?pageId=13623</Path>
    <LocationName>Home - TaskTracer pub - OSU Libraries Wiki</LocationName>
    <ContentWords>C:\calo_4.3\openiris\iris\TaskTracerTest\test.doc</ContentWords>
  </Webpage>
  <HWND>918592</HWND>
  <LinkCount>0</LinkCount>
  <ProvenanceInfo>
    <Version>200</Version>
    <SourcePathname>C:\calo_4.3\openiris\iris\TaskTracerTest\test.doc</SourcePathname>
    <DestinationPathname>http://wiki.library.oregonstate.edu/confluence/pages/viewpageattachments.action?pageId=13623</DestinationPathname>
  </ProvenanceInfo>
</IEWebpageEventArgs>
When user uploads a file on a website.
MsExcel.Close EventTime       : 15:50:04.66
Listener Id     : MsExcel
BodyType        : TaskEvents.ExcelWorkbook
EventType       : Close
Event Id        : 633535482046788720
<?xml version="1.0" encoding="utf-16"?>
<ExcelWorkbook xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <FullName>C:\calo_4.3\openiris\iris\TaskTracerTest\helloagain.xls</FullName>
  <Name>helloagain.xls</Name>
  <Path>C:\calo_4.3\openiris\iris\TaskTracerTest</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
</ExcelWorkbook>

When user closes an Excel workbook
MsExcel.Copy EventTime       : 15:46:15.27
Listener Id     : MsExcel
BodyType        : TaskEvents.ClipboardEventArgs
EventType       : Copy
Event Id        : 633535479775923376
<?xml version="1.0" encoding="utf-16"?>
<ClipboardEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <SourceWnd>1376636</SourceWnd>
  <WindowTitle>Microsoft Excel - Book1</WindowTitle>
  <MainWindowTitle>Microsoft Excel - Book1</MainWindowTitle>
  <MainModuleName>EXCEL.EXE</MainModuleName>
  <MainModuleFileName>C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE</MainModuleFileName>
  <DocumentName>Book1</DocumentName>
  <DocumentPath>\EphemeralExcelDocument\CreatedOn\Tuesday-05-August-2008-03-45-17-PM</DocumentPath>
  <CopySource>Excel</CopySource>
  <DataString>hello world</DataString>
  <DataCRC>3687411696</DataCRC>
  <DataFormatsAvailable />
</ClipboardEventArgs>

When a selection in Excel is copied
MsExcel.Cut EventTime       : 15:46:21.85
Listener Id     : MsExcel
BodyType        : TaskEvents.ClipboardEventArgs
EventType       : Cut
Event Id        : 633535479818684864
<?xml version="1.0" encoding="utf-16"?>
<ClipboardEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <SourceWnd>1376636</SourceWnd>
  <WindowTitle>Microsoft Excel - Book1</WindowTitle>
  <MainWindowTitle>Microsoft Excel - Book1</MainWindowTitle>
  <MainModuleName>EXCEL.EXE</MainModuleName>
  <MainModuleFileName>C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE</MainModuleFileName>
  <DocumentName>Book1</DocumentName>
  <DocumentPath>\EphemeralExcelDocument\CreatedOn\Tuesday-05-August-2008-03-45-17-PM</DocumentPath>
  <CopySource>Excel</CopySource>
  <DataString>hello world</DataString>
  <DataCRC>3687411696</DataCRC>
  <DataFormatsAvailable />
</ClipboardEventArgs>

When a selection in Excel is cut
MsExcel.FolderPredictorTest EventTime       : 15:47:49.90
Listener Id     : MsExcel
BodyType        : TaskEvents.FolderPredictionResult
EventType       : FolderPredictorTest
Event Id        : 633535480699050768
<?xml version="1.0" encoding="utf-16"?>
<FolderPredictionResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <ApplicationName>MsExcel</ApplicationName>
  <Type>SaveAs</Type>
  <OriginalFolder>C:\calo_4.3\openiris\iris\TaskTracerTest</OriginalFolder>
  <FirstPrediction>C:\calo_4.3\openiris\iris\TaskTracerTest\</FirstPrediction>
  <SecondPrediction>C:\calo_4.3\openiris\iris\</SecondPrediction>
  <ThirdPrediction>C:\calo_4.3\openiris\</ThirdPrediction>
  <Result>C:\calo_4.3\openiris\iris\TaskTracerTest\</Result>
</FolderPredictionResult>

When a MsExcel file is opened or saved by a file dialog, we record the Windows default folder of that dialog and FolderPredictor's predictions, in order to test the performance of FolderPredictor.
MsExcel.Open EventTime       : 15:41:45.28
Listener Id     : MsExcel
BodyType        : TaskEvents.ExcelWorkbook
EventType       : Open
Event Id        : 633535477060118240
<?xml version="1.0" encoding="utf-16"?>
<ExcelWorkbook xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <FullName>C:\calo_4.3\openiris\iris\TaskTracerTest\test.xls</FullName>
  <Name>test.xls</Name>
  <Path>C:\calo_4.3\openiris\iris\TaskTracerTest</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
</ExcelWorkbook>

When user opens an Excel workbook
MsExcel.New EventTime       : 15:45:17.43
Listener Id     : MsExcel
BodyType        : TaskEvents.ExcelWorkbook
EventType       : New
Event Id        : 633535479174358368
<?xml version="1.0" encoding="utf-16"?>
<ExcelWorkbook xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <FullName>Book1</FullName>
  <Name>Book1</Name>
  <Path />
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
</ExcelWorkbook>

When a new Excel workbook is created
MsExcel.Paste EventTime       : 15:46:28.93
Listener Id     : MsExcel
BodyType        : TaskEvents.ClipboardEventArgs
EventType       : Paste
Event Id        : 633535479889386528
<?xml version="1.0" encoding="utf-16"?>
<ClipboardEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <SourceWnd>1376636</SourceWnd>
  <WindowTitle>Microsoft Excel - Book1</WindowTitle>
  <MainWindowTitle>Microsoft Excel - Book1</MainWindowTitle>
  <MainModuleName>EXCEL.EXE</MainModuleName>
  <MainModuleFileName>C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE</MainModuleFileName>
  <DocumentName>Book1</DocumentName>
  <DocumentPath>\EphemeralExcelDocument\CreatedOn\Tuesday-05-August-2008-03-45-17-PM</DocumentPath>
  <CopySource>Excel</CopySource>
  <DataString>hello world</DataString>
  <DataCRC>3687411696</DataCRC>
  <DataFormatsAvailable />
</ClipboardEventArgs>

When a selection in Excel is pasted
MsExcel.Print EventTime       : 15:49:28.70
Listener Id     : MsExcel
BodyType        : TaskEvents.ExcelWorkbook
EventType       : Print
Event Id        : 633535481687171616
<?xml version="1.0" encoding="utf-16"?>
<ExcelWorkbook xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <FullName>C:\calo_4.3\openiris\iris\TaskTracerTest\helloagain.xls</FullName>
  <Name>helloagain.xls</Name>
  <Path>C:\calo_4.3\openiris\iris\TaskTracerTest</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
</ExcelWorkbook>

When user prints an Excel workbook. NOTE: This event is sent even if the print dialog is canceled
MsExcel.Quit EventTime       : 15:50:06.71
Listener Id     : MsExcel
BodyType        : TaskEvents.ApplicationEvent
EventType       : Quit
Event Id        : 633535482073026448
<?xml version="1.0" encoding="utf-16"?>
<ApplicationEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
</ApplicationEvent>

When MsExcel is closed
MsExcel.Save EventTime       : 15:47:53.34
Listener Id     : MsExcel
BodyType        : TaskEvents.ExcelWorkbook
EventType       : Save
Event Id        : 633535480733400160
<?xml version="1.0" encoding="utf-16"?>
<ExcelWorkbook xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <FullName>C:\calo_4.3\openiris\iris\TaskTracerTest\helloagain.xls</FullName>
  <Name>helloagain.xls</Name>
  <Path>C:\calo_4.3\openiris\iris\TaskTracerTest</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
</ExcelWorkbook>

When the save option is selected for an excel document. Does not flow when 'SaveAs' is selected as this fires a different event, refer to item number 112.
MsExcel.SaveAs EventTime       : 15:47:41.77
Listener Id     : MsExcel
BodyType        : TaskEvents.ExcelWorkbook
EventType       : SaveAs
Event Id        : 633535480617733840
<?xml version="1.0" encoding="utf-16"?>
<ExcelWorkbook xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <FullName>C:\calo_4.3\openiris\iris\TaskTracerTest\helloagain.xls</FullName>
  <Name>helloagain.xls</Name>
  <Path>C:\calo_4.3\openiris\iris\TaskTracerTest</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <ProvenanceInfo>
    <Version>200</Version>
    <SourcePathname>\EphemeralExcelDocument\CreatedOn\Tuesday-05-August-2008-03-45-17-PM\Book1</SourcePathname>
    <DestinationPathname>C:\calo_4.3\openiris\iris\TaskTracerTest\helloagain.xls</DestinationPathname>
  </ProvenanceInfo>
</ExcelWorkbook>

When an Excel document is saved as a new file, hence the 'SaveAs' option is used instead of Save
MsOutlook.AttachmentAdd EventTime       : 17:00:21.23
Listener Id     : MsOutlook
BodyType        : TaskEvents.AttachmentEventArgs
EventType       : AttachmentAdd
Event Id        : 633535524216877728
<?xml version="1.0" encoding="utf-16"?>
<AttachmentEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Attachment>
    <Version>200</Version>
    <Name>Presentation1.ppt</Name>
  </Attachment>
  <MailItem>
    <Version>200</Version>
    <Body>hello  </Body>
    <From>
      <Recipient>
        <Version>200</Version>
        <Name>Brenton Kirschner</Name>
        <Email>kirschnb@engr.oregonstate.edu</Email>
      </Recipient>
    </From>
    <ID>0000000054BFA65C5D19F546A4BC5FAE126B81A544002000</ID>
    <Importance>Normal</Importance>
    <ReceivedTime>2008-08-05T17:00:20.165584-07:00</ReceivedTime>
    <SentByUser>true</SentByUser>
    <SentTime>2008-08-05T17:00:20.165584-07:00</SentTime>
    <StoreID>***</StoreID>
   <Subject>hello</Subject>
    <To>
      <Recipient>
        <Version>200</Version>
        <Name>wsdf45@yahoo.com</Name>
        <Email>wsdf45@yahoo.com</Email>
      </Recipient>
    </To>
    <Categories>Undeclared</Categories>
    <Attachments>
      <Attachment>
        <Version>200</Version>
        <Name>Presentation1.ppt</Name>
      </Attachment>
    </Attachments>
    <Unread>true</Unread>
    <Description>No Description</Description>
  </MailItem>
  <ProvenanceInfo>
    <Version>200</Version>
    <SourcePathname>C:\calo_4.3\openiris\iris\TaskTracerTest\Presentation1.ppt</SourcePathname>
    <DestinationPathname>Presentation1.ppt</DestinationPathname>
  </ProvenanceInfo>
</AttachmentEventArgs>

When user adds an attachment to an email in Outlook
MsOutlook.AttachmentOpen EventTime       : 11:01:38.59
Listener Id     : MsOutlook
BodyType        : TaskEvents.AttachmentEventArgs
EventType       : AttachmentOpen
Event Id        : 633536173014668160
<?xml version="1.0" encoding="utf-16"?>
<AttachmentEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Attachment>
    <Version>200</Version>
    <Name>attachment.ppt</Name>
  </Attachment>
  <MailItem>
    <Version>200</Version>
    <Body>heauy </Body>
    <From>
      <Recipient>
        <Version>200</Version>
        <Name>kirschner19@gmail.com</Name>
        <Email>kirschner19@gmail.com</Email>
      </Recipient>
    </From>
    <ID>00000000F45D29939D204947984CBCE38C87F5C564002000</ID>
    <Importance>Normal</Importance>
    <ReceivedTime>2008-08-06T10:39:08</ReceivedTime>
    <SentByUser>false</SentByUser>
    <SentTime>2008-08-06T10:39:04</SentTime>
    <StoreID>***</StoreID>
   <Subject>atachmenment</Subject>
    <To>
      <Recipient>
        <Version>200</Version>
        <Name>kirschnb@engr.orst.edu</Name>
        <Email>kirschnb@engr.orst.edu</Email>
      </Recipient>
    </To>
    <Attachments>
      <Attachment>
        <Version>200</Version>
        <Name>attachment.ppt</Name>
      </Attachment>
    </Attachments>
    <Unread>false</Unread>
    <Description>No Description</Description>
  </MailItem>
</AttachmentEventArgs>

When user opens an attachment in Outlook
MsOutlook.AttachmentSave EventTime       : 11:02:04.89
Listener Id     : MsOutlook
BodyType        : TaskEvents.AttachmentEventArgs
EventType       : AttachmentSave
Event Id        : 633536173249005120
<?xml version="1.0" encoding="utf-16"?>
<AttachmentEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Attachment>
    <Version>200</Version>
    <Name>attachment.ppt</Name>
  </Attachment>
  <MailItem>
    <Version>200</Version>
    <Body>heauy </Body>
    <From>
      <Recipient>
        <Version>200</Version>
        <Name>kirschner19@gmail.com</Name>
        <Email>kirschner19@gmail.com</Email>
      </Recipient>
    </From>
    <ID>00000000F45D29939D204947984CBCE38C87F5C564002000</ID>
    <Importance>Normal</Importance>
    <ReceivedTime>2008-08-06T10:39:08</ReceivedTime>
    <SentByUser>false</SentByUser>
    <SentTime>2008-08-06T10:39:04</SentTime>
    <StoreID>***</StoreID>
  <Subject>atachmenment</Subject>
    <To>
      <Recipient>
        <Version>200</Version>
        <Name>kirschnb@engr.orst.edu</Name>
        <Email>kirschnb@engr.orst.edu</Email>
      </Recipient>
    </To>
    <Attachments>
      <Attachment>
        <Version>200</Version>
        <Name>attachment.ppt</Name>
      </Attachment>
    </Attachments>
    <Unread>false</Unread>
    <Description>No Description</Description>
  </MailItem>
  <ProvenanceInfo>
    <Version>200</Version>
    <SourcePathname>attachment.ppt</SourcePathname>
    <DestinationPathname>C:\calo_4.3\openiris\iris\TaskTracerTest\attachment.ppt</DestinationPathname>
  </ProvenanceInfo>
</AttachmentEventArgs>

When user saves an attachment from Outlook
MsOutlook.MailArrived
========================================
EventTime     : 8/6/2008 2:23:16 PM
Listener Id   : MsOutlook
BodyType      : TaskEvents.MailItem
EventType     : MailArrived
Event Id      : 633536293967840112
<?xml version="1.0" encoding="utf-16"?>
<MailItem xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Body>Hi Anne,    I'm sending you this email to see if the MailArrived event is generated correctly.    Cheers,    Jed  </Body>
  <From>
    <Recipient>
      <Version>200</Version>
      <Name>someone@gmail.com</Name>
      <Email>someone@gmail.com</Email>
    </Recipient>
  </From>
  <ID>00000000525D4069E047DA499...7344F872FFBF4263865390000036645AB0000</ID>
  <Importance>Normal</Importance>
  <ReceivedTime>2008-08-06T14:22:55</ReceivedTime>
  <SentByUser>false</SentByUser>
  <SentTime>2008-08-06T14:22:52</SentTime>
  <StoreID>0000000038A1BB1005E...(a really long hex string)...4006100740065002E0065006400750000000000</StoreID>
  <Subject>testing MailArrived event</Subject>
  <To>
    <Recipient>
      <Version>200</Version>
      <Name>Tracer, Anne</Name>
      <Email>/O=OREGON STATE UNIVERSITY/OU=INFORMATION SERVICES/CN=RECIPIENTS/CN=ANNE.TRACER</Email>
    </Recipient>
  </To>
  <Attachments />
  <Unread>true</Unread>
  <Description>No Description</Description>
</MailItem>

When mail item arrived in your inbox or mail folder
MsOutlook.MailPredicted (Copied from 2.5.0 page - email predictor not updated since then) 
EventTime : 8/1/2007 12:50:06 PM
Listener Id : MsOutlook
BodyType : TaskEvents.EmailPrediction
EventType : MailPredicted
<?xml version="1.0" encoding="utf-16"?>
<EmailPrediction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Predictions>
    <Prediction>
        <Version>200</Version>
        <ID>1</ID>
        <Name>Undeclared</Name>
        <Probability>0.9999999999999986</Probability>
      </Prediction>
    <Prediction>
      <Version>200</Version>
    <ID>21</ID>
    <Name>MathVis\Fellowship</Name>
          <Probability>8.037426823298529E-16</Probability>
    </Prediction>
    <Prediction>
    <Version>200</Version>
    <ID>21</ID>
    <Name>MathVis\Fellowship</Name>
    <Probability>4.0187134116492644E-16</Probability>
            </Prediction>
  </Predictions>
  <PredictEmail>
    <Version>200</Version>
    <Bcc>?</Bcc>
    <Body>During the faculty meeting today, while I was taking notes on screen, twice PPT went into the 100% CPU state and had to be killed. I still can't replicate it reliably, but at least I replicated it twice in 5 minutes during the meeting. --Tom - Thomas G. Dietterich, Professor Voice: 541-737-5559 School of Electrical Engineering FAX: 541-737-1300 and Computer Science URL: http://eecs.oregonstate.edu/~tgd 1148 Kelley Engineering Cntr, Oregon State Univ., Corvallis, OR 97331-55</Body>
    <Cc>?</Cc>
    <From>
      <Recipient>
        <Version>200</Version>
        <Name>cs-tasktracer-bounces@engr.orst.edu</Name>
        <Email>cs-tasktracer-bounces@engr.orst.edu</Email>
      </Recipient>
    </From>
    <ID>0000000073412B04BC21D947A7212273E366EE7924C42000</ID>
    <Importance>Normal</Importance>
    <ReceivedTime>2007-08-01T12:18:23</ReceivedTime>
    <SentByUser>false</SentByUser>
    <SentTime>2007-08-01T12:18:08</SentTime>
    <StoreID>0000000038A1BB1005E5101AA1BB08002B2A56C20000707374707...</StoreID>
    <Subject>Cs-tasktracer two PPT loops today</Subject>
    <To>
      <Recipient>
        <Version>200</Version>
        <Name>cs-tasktracer@engr.orst.edu</Name>
        <Email>cs-tasktracer@engr.orst.edu</Email>
      </Recipient>
    </To>
    <Categories>No Category</Categories>
    <Attachments>
    </Attachments>
    <Unread>true</Unread>
    <Description>No Description</Description>
  </PredictEmail>
</EmailPrediction>
When EmailPredictor makes a prediction of an email
MsOutlook.MailLabeled EventTime       : 17:00:21.22
Listener Id     : MsOutlook
BodyType        : TaskEvents.EmailPrediction
EventType       : MailLabeled
Event Id        : 633535524231198320
<?xml version="1.0" encoding="utf-16"?>
<EmailPrediction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Predictions>
    <Prediction>
      <Version>200</Version>
      <ID>1</ID>
      <Name>Undeclared</Name>
      <Probability>0</Probability>
    </Prediction>
  </Predictions>
  <PredictEmail>
    <Version>200</Version>
    <Body>hello  </Body>
    <From>
      <Recipient>
        <Version>200</Version>
      </Recipient>
    </From>
    <ID>0000000054BFA65C5D19F546A4BC5FAE126B81A544002000</ID>
    <Importance>Normal</Importance>
    <ReceivedTime>2008-08-05T17:00:00</ReceivedTime>
    <SentByUser>false</SentByUser>
    <SentTime>4501-01-01T00:00:00</SentTime>
    <StoreID>Replacing really long ID with ***</StoreID>
   <Subject>hello</Subject>
    <To>
      <Recipient>
        <Version>200</Version>
        <Name>wsdf45@yahoo.com</Name>
        <Email>wsdf45@yahoo.com</Email>
      </Recipient>
    </To>
    <Categories>Undeclared</Categories>
    <Attachments>
      <Attachment>
        <Version>200</Version>
        <Name>Presentation1.ppt</Name>
      </Attachment>
    </Attachments>
    <Unread>true</Unread>
    <Description>No Description</Description>
  </PredictEmail>
</EmailPrediction>

When user set a task for the email in Outlook
MsOutlook.New EventTime       : 16:53:35.84
Listener Id     : MsOutlook
BodyType        : TaskEvents.MailItem
EventType       : New
Event Id        : 633535520164350480
<?xml version="1.0" encoding="utf-16"?>
<MailItem xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Body> </Body>
  <From>
    <Recipient>
      <Version>200</Version>
    </Recipient>
  </From>
  <Importance>Normal</Importance>
  <ReceivedTime>4501-01-01T00:00:00</ReceivedTime>
  <SentByUser>false</SentByUser>
  <SentTime>4501-01-01T00:00:00</SentTime>
  <StoreID>***</StoreID>
  <Subject> </Subject>
  <Categories>Undeclared</Categories>
  <Attachments />
  <Unread>true</Unread>
  <Description>No Description</Description>
</MailItem>

When a user opens a new e-mail message window in Outlook
MsOutlook.Open EventTime       : 11:01:26.51
Listener Id     : MsOutlook
BodyType        : TaskEvents.MailItem
EventType       : Open
Event Id        : 633536172875468000
<?xml version="1.0" encoding="utf-16"?>
<MailItem xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Body>heauy </Body>
  <From>
    <Recipient>
      <Version>200</Version>
      <Name>kirschner19@gmail.com</Name>
      <Email>kirschner19@gmail.com</Email>
    </Recipient>
  </From>
  <ID>00000000F45D29939D204947984CBCE38C87F5C564002000</ID>
  <Importance>Normal</Importance>
  <ReceivedTime>2008-08-06T10:39:08</ReceivedTime>
  <SentByUser>false</SentByUser>
  <SentTime>2008-08-06T10:39:04</SentTime>
  <StoreID>***</StoreID>
<Subject>atachmenment</Subject>
  <To>
    <Recipient>
      <Version>200</Version>
      <Name>kirschnb@engr.orst.edu</Name>
      <Email>kirschnb@engr.orst.edu</Email>
    </Recipient>
  </To>
  <Attachments>
    <Attachment>
      <Version>200</Version>
      <Name>attachment.ppt</Name>
    </Attachment>
  </Attachments>
  <Unread>false</Unread>
  <Description>No Description</Description>
</MailItem>

open MailItem (single click if preview pane on, double click if preview pane not on.  Note that if preview pane on and double clicked, three! open events are sent)
MsOutlook.Quit EventTime       : 11:02:56.21
Listener Id     : MsOutlook
BodyType        : TaskEvents.ApplicationEvent
EventType       : Quit
Event Id        : 633536173765748160
<?xml version="1.0" encoding="utf-16"?>
<ApplicationEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
</ApplicationEvent>

When there are other components of Outlook opened (eg. an email is opened in a different window) and the main Outlook software is closed, causing Outlook to 'quit' and kill all extra windows. NOTE: This event does not flow when Outlook is closed and there are no additional windows of Outlook opened beside the main interface.
MsOutlook.Read EventTime       : 11:01:21.84
Listener Id     : MsOutlook
BodyType        : TaskEvents.MailItem
EventType       : Read
Event Id        : 633536172822992544
<?xml version="1.0" encoding="utf-16"?>
<MailItem xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Body>heauy </Body>
  <From>
    <Recipient>
      <Version>200</Version>
      <Name>kirschner19@gmail.com</Name>
      <Email>kirschner19@gmail.com</Email>
    </Recipient>
  </From>
  <ID>00000000F45D29939D204947984CBCE38C87F5C564002000</ID>
  <Importance>Normal</Importance>
  <ReceivedTime>2008-08-06T10:39:08</ReceivedTime>
  <SentByUser>false</SentByUser>
  <SentTime>2008-08-06T10:39:04</SentTime>
  <StoreID>***</StoreID>
  <Subject>atachmenment</Subject>
  <To>
    <Recipient>
      <Version>200</Version>
      <Name>kirschnb@engr.orst.edu</Name>
      <Email>kirschnb@engr.orst.edu</Email>
    </Recipient>
  </To>
  <Attachments>
    <Attachment>
      <Version>200</Version>
      <Name>attachment.ppt</Name>
    </Attachment>
  </Attachments>
  <Unread>false</Unread>
  <Description>No Description</Description>
</MailItem>

MailItem read a.k.a. "The email has been read".
The "read" event is triggered ONLY THE FIRST TIME that the user looks at a mail message. This includes when a mail item is opened (double-clicked, in which case an "open" event is also triggered) and when the message is shown in the preview pane. This event does not appear to have anything to do with the "unread" message flag.
MsOutlook.Send EventTime       : 17:00:20.17
Listener Id     : MsOutlook
BodyType        : TaskEvents.MailItem
EventType       : Send
Event Id        : 633535524201856128
<?xml version="1.0" encoding="utf-16"?>
<MailItem xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Body>hello  </Body>
  <From>
    <Recipient>
      <Version>200</Version>
      <Name>Brenton Kirschner</Name>
      <Email>kirschnb@engr.oregonstate.edu</Email>
    </Recipient>
  </From>
  <ID>0000000054BFA65C5D19F546A4BC5FAE126B81A544002000</ID>
  <Importance>Normal</Importance>
  <ReceivedTime>2008-08-05T17:00:20.165584-07:00</ReceivedTime>
  <SentByUser>true</SentByUser>
  <SentTime>2008-08-05T17:00:20.165584-07:00</SentTime>
  <StoreID> *** </StoreID>
<Subject>hello</Subject>
  <To>
    <Recipient>
      <Version>200</Version>
      <Name>wsdf45@yahoo.com</Name>
      <Email>wsdf45@yahoo.com</Email>
    </Recipient>
  </To>
  <Categories>Undeclared</Categories>
  <Attachments>
    <Attachment>
      <Version>200</Version>
      <Name>Presentation1.ppt</Name>
    </Attachment>
  </Attachments>
  <Unread>true</Unread>
  <Description>No Description</Description>
</MailItem>

MailItem sent
MsOutlook.KeyValuePairs.OutlookItemSelected
EventTime       : 11:01:23.92
Listener Id     : MsOutlook
BodyType        : TaskEvents.KeyValuePairs
EventType       : kvp:OutlookItemSelected
Event Id        : 633536172839215872
<?xml version="1.0" encoding="utf-16"?>
<KeyValuePairs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Recipient>unspecified</Recipient>
  <Sender>unspecified</Sender>
  <MessageType>OutlookItemSelected</MessageType>
  <KeyValueData>
    <P>
      <KV>ItemType=MailItem</KV>
    </P>
    <P>
      <KV>DocName=atachmenment</KV>
    </P>
    <P>
      <KV>DocPath=kirschner19@gmail.com<kirschner19@gmail.com>, Sent on 8/6/2008 10:39:04 AM</KV>
    </P>
  </KeyValueData>
</KeyValuePairs>
 
MsPowerPoint.Close EventTime       : 15:58:16.74
Listener Id     : MsPowerPoint
BodyType        : TaskEvents.PowerPointPresentation
EventType       : Close
Event Id        : 633535486967464304
<?xml version="1.0" encoding="utf-16"?>
<PowerPointPresentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Name>Presentation1.ppt</Name>
  <Path>C:\calo_4.3\openiris\iris\TaskTracerTest</Path>
  <ReadOnly>msoFalse</ReadOnly>
  <Saved>msoTrue</Saved>
  <FullName>C:\calo_4.3\openiris\iris\TaskTracerTest\Presentation1.ppt</FullName>
  <ContentWords>yarrr </ContentWords>
</PowerPointPresentation>

When a PowerPoint presentation is closed
MsPowerPoint.FolderPredictorTest EventTime       : 15:57:49.88
Listener Id     : MsPowerPoint
BodyType        : TaskEvents.FolderPredictionResult
EventType       : FolderPredictorTest
Event Id        : 633535486699679248
<?xml version="1.0" encoding="utf-16"?>
<FolderPredictionResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <ApplicationName>MsPowerPoint</ApplicationName>
  <Type>SaveAs</Type>
  <OriginalFolder>C:\Documents and Settings\eecs\My Documents</OriginalFolder>
  <FirstPrediction>C:\calo_4.3\openiris\iris\TaskTracerTest\</FirstPrediction>
  <SecondPrediction>C:\calo_4.3\openiris\iris\</SecondPrediction>
  <ThirdPrediction>C:\calo_4.3\openiris\</ThirdPrediction>
  <Result>C:\calo_4.3\openiris\iris\TaskTracerTest\</Result>
</FolderPredictionResult>

When a MsPowerPoint file is opened or saved by a file dialog, we record the Windows default folder of that dialog and FolderPredictor's predictions, in order to test the performance of FolderPredictor.
MsPowerPoint.Copy EventTime       : 15:56:11.06
Listener Id     : MsPowerPoint
BodyType        : TaskEvents.ClipboardEventArgs
EventType       : Copy
Event Id        : 633535485716165024
<?xml version="1.0" encoding="utf-16"?>
<ClipboardEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <SourceWnd>1049256</SourceWnd>
  <WindowTitle>Microsoft PowerPoint - [Presentation1]</WindowTitle>
  <MainWindowTitle>Microsoft PowerPoint - [Presentation1]</MainWindowTitle>
  <MainModuleName>POWERPNT.EXE</MainModuleName>
  <MainModuleFileName>C:\Program Files\Microsoft Office\OFFICE11\POWERPNT.EXE</MainModuleFileName>
  <DocumentName>Presentation1</DocumentName>
  <DocumentPath>\EphemeralPowerPointDocument\CreatedOn\Tuesday-05-August-2008-03-54-10-PM</DocumentPath>
  <CopySource>PowerPoint</CopySource>
  <DataString>yarrr</DataString>
  <DataCRC>1866643880</DataCRC>
  <DataFormatsAvailable />
</ClipboardEventArgs>

When a selection in Powerpoint is copied
MsPowerPoint.Cut EventTime       : 15:56:13.41
Listener Id     : MsPowerPoint
BodyType        : TaskEvents.ClipboardEventArgs
EventType       : Cut
Event Id        : 633535485734190944
<?xml version="1.0" encoding="utf-16"?>
<ClipboardEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <SourceWnd>1049256</SourceWnd>
  <WindowTitle>Microsoft PowerPoint - [Presentation1]</WindowTitle>
  <MainWindowTitle>Microsoft PowerPoint - [Presentation1]</MainWindowTitle>
  <MainModuleName>POWERPNT.EXE</MainModuleName>
  <MainModuleFileName>C:\Program Files\Microsoft Office\OFFICE11\POWERPNT.EXE</MainModuleFileName>
  <DocumentName>Presentation1</DocumentName>
  <DocumentPath>\EphemeralPowerPointDocument\CreatedOn\Tuesday-05-August-2008-03-54-10-PM</DocumentPath>
  <CopySource>PowerPoint</CopySource>
  <DataString />
  <DataCRC>0</DataCRC>
  <DataFormatsAvailable />
</ClipboardEventArgs>

When a selection in Powerpoint is cut
MsPowerPoint.New EventTime       : 15:54:10.72
Listener Id     : MsPowerPoint
BodyType        : TaskEvents.PowerPointPresentation
EventType       : New
Event Id        : 633535484512334000
<?xml version="1.0" encoding="utf-16"?>
<PowerPointPresentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Name>Presentation1</Name>
  <Path />
  <ReadOnly>msoFalse</ReadOnly>
  <Saved>msoTrue</Saved>
  <FullName>Presentation1</FullName>
  <ContentWords />
</PowerPointPresentation>

When a new PowerPoint presentation is created
MsPowerPoint.Open EventTime       : 16:00:02.37
Listener Id     : MsPowerPoint
BodyType        : TaskEvents.PowerPointPresentation
EventType       : Open
Event Id        : 633535488023883360
<?xml version="1.0" encoding="utf-16"?>
<PowerPointPresentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Name>Presentation1.ppt</Name>
  <Path>C:\calo_4.3\openiris\iris\TaskTracerTest</Path>
  <ReadOnly>msoFalse</ReadOnly>
  <Saved>msoTrue</Saved>
  <FullName>C:\calo_4.3\openiris\iris\TaskTracerTest\Presentation1.ppt</FullName>
  <ContentWords>yarrr </ContentWords>
</PowerPointPresentation>

When a PowerPoint presentation is opened
MsPowerPoint.Quit EventTime       : 16:03:57.65
Listener Id     : MsPowerPoint
BodyType        : TaskEvents.ApplicationEvent
EventType       : Quit
Event Id        : 633535490383876864
<?xml version="1.0" encoding="utf-16"?>
<ApplicationEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
</ApplicationEvent>

When MsPowerPoint is closed, not just a PowerPoint document.
MsPowerPoint.Paste EventTime       : 15:56:15.10
Listener Id     : MsPowerPoint
BodyType        : TaskEvents.ClipboardEventArgs
EventType       : Paste
Event Id        : 633535485751115280
<?xml version="1.0" encoding="utf-16"?>
<ClipboardEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <SourceWnd>1049256</SourceWnd>
  <WindowTitle>Microsoft PowerPoint - [Presentation1]</WindowTitle>
  <MainWindowTitle>Microsoft PowerPoint - [Presentation1]</MainWindowTitle>
  <MainModuleName>POWERPNT.EXE</MainModuleName>
  <MainModuleFileName>C:\Program Files\Microsoft Office\OFFICE11\POWERPNT.EXE</MainModuleFileName>
  <DocumentName>Presentation1</DocumentName>
  <DocumentPath>\EphemeralPowerPointDocument\CreatedOn\Tuesday-05-August-2008-03-54-10-PM</DocumentPath>
  <CopySource>PowerPoint</CopySource>
  <DataString />
  <DataCRC>0</DataCRC>
  <DataFormatsAvailable />
</ClipboardEventArgs>

When a selection in a Powerpoint presentation is pasted
MsPowerPoint.Print EventTime       : 16:00:28.35
Listener Id     : MsPowerPoint
BodyType        : TaskEvents.PowerPointPresentation
EventType       : Print
Event Id        : 633535488283556752
<?xml version="1.0" encoding="utf-16"?>
<PowerPointPresentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Name>Presentation1.ppt</Name>
  <Path>C:\calo_4.3\openiris\iris\TaskTracerTest</Path>
  <ReadOnly>msoFalse</ReadOnly>
  <Saved>msoTrue</Saved>
  <FullName>C:\calo_4.3\openiris\iris\TaskTracerTest\Presentation1.ppt</FullName>
  <ContentWords>yarrr </ContentWords>
</PowerPointPresentation>

When a PowerPoint presentation is printed. NOTE: This event is sent even if the print dialog is canceled
MsPowerPoint.Save EventTime       : 15:57:59.08
Listener Id     : MsPowerPoint
BodyType        : TaskEvents.PowerPointPresentation
EventType       : Save
Event Id        : 633535486790810288
<?xml version="1.0" encoding="utf-16"?>
<PowerPointPresentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Name>Presentation1.ppt</Name>
  <Path>C:\calo_4.3\openiris\iris\TaskTracerTest</Path>
  <ReadOnly>msoFalse</ReadOnly>
  <Saved>msoTrue</Saved>
  <FullName>C:\calo_4.3\openiris\iris\TaskTracerTest\Presentation1.ppt</FullName>
  <ContentWords>yarrr </ContentWords>
</PowerPointPresentation>

Event flows when the document is saved
MsPowerPoint.SaveAs
EventTime       : 15:57:38.98
Listener Id     : MsPowerPoint
BodyType        : TaskEvents.PowerPointPresentation
EventType       : SaveAs
Event Id        : 633535486589921424
<?xml version="1.0" encoding="utf-16"?>
<PowerPointPresentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Name>Presentation1.ppt</Name>
  <Path>C:\calo_4.3\openiris\iris\TaskTracerTest</Path>
  <ReadOnly>msoFalse</ReadOnly>
  <Saved>msoTrue</Saved>
  <FullName>C:\calo_4.3\openiris\iris\TaskTracerTest\Presentation1.ppt</FullName>
  <ContentWords>yarrr </ContentWords>
  <ProvenanceInfo>
    <Version>200</Version>
    <SourcePathname>\EphemeralPowerPointDocument\CreatedOn\Tuesday-05-August-2008-03-54-10-PM\Presentation1</SourcePathname>
    <DestinationPathname>C:\calo_4.3\openiris\iris\TaskTracerTest\Presentation1.ppt</DestinationPathname>
  </ProvenanceInfo>
</PowerPointPresentation>

Event flows when the document is "saved as"
MsPowerPoint.KeyValuePairs.NextSlideInPPTSlideShow EventTime       : 16:02:16.05
Listener Id     : MsPowerPoint
BodyType        : TaskEvents.KeyValuePairs
EventType       : kvp:NextSlideInPPTSlideShow
Event Id        : 633535489365412384
<?xml version="1.0" encoding="utf-16"?>
<KeyValuePairs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Recipient>unspecified</Recipient>
  <Sender>unspecified</Sender>
  <MessageType>NextSlideInPPTSlideShow</MessageType>
  <KeyValueData>
    <P>
      <KV>PresentationPath=C:\calo_4.3\openiris\iris\TaskTracerTest\Presentation1.ppt</KV>
    </P>
    <P>
      <KV>SlideShowName=</KV>
    </P>
    <P>
      <KV>SlideNumber=1</KV>
    </P>
    <P>
      <KV>PresentationElapsedTime=0.02</KV>
    </P>
    <P>
      <KV>TextFromSlide=yarrr ;; </KV>
    </P>
  </KeyValueData>
</KeyValuePairs>
 
MsWord.Close EventTime     : 8/5/2008 11:29:39 AM
Listener Id   : MsWord
BodyType      : TaskEvents.WordDocument
EventType     : Close
Event Id      : 633535325791443600
<?xml version="1.0" encoding="utf-16"?>
<WordDocument xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Name>eventsjunk.doc</Name>
  <Path>C:\dev</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <Text>EventTime     : 8/5/2008 11:23:08 AM
Listener Id   : MsWord
BodyType      : TaskEvents.ClipboardEventArgs
EventType     : Cut
Event Id      : 633535321889733216
<?xml version="1.0" encoding="utf-16"?>
<ClipboardEventArgs xmlns:xsi="http://www.w3.org/2001/XM</Text>
  <FullName>C:\dev\eventsjunk.doc</FullName>
</WordDocument>

When a Word document is closed. NOTE: This event may also be triggered by MsOutlook if Outlook is using MsWord as the default mail editor. Although Outlook is the primary app, it uses MsWord thus MsWord events will also flow through. The MsWord events that can flow through from Outlook are Quit, Print, New, Close, and SaveAs.
MsWord.Copy EventTime     : 8/5/2008 11:16:28 AM
Listener Id   : MsWord
BodyType      : TaskEvents.ClipboardEventArgs
EventType     : Copy
Event Id      : 633535317882871632
<?xml version="1.0" encoding="utf-16"?>
<ClipboardEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <SourceWnd>197678</SourceWnd>
  <WindowTitle>test.doc <C:\calo_4.3\openiris\iris\TaskTracerTest\test.doc> - Microsoft Word</WindowTitle>
  <MainWindowTitle>test.doc <C:\calo_4.3\openiris\iris\TaskTracerTest\test.doc> - Microsoft Word</MainWindowTitle>
  <MainModuleName>WINWORD.EXE</MainModuleName>
  <MainModuleFileName>C:\Program Files\Microsoft Office\OFFICE11\WINWORD.EXE</MainModuleFileName>
  <DocumentName>test.doc</DocumentName>
  <DocumentPath>C:\calo_4.3\openiris\iris\TaskTracerTest</DocumentPath>
  <CopySource>Word</CopySource>
  <DataString> testing   </DataString>
  <DataCRC>891569170</DataCRC>
  <DataFormatsAvailable />
</ClipboardEventArgs>

When a selection in Word document is copied
MsWord.Cut EventTime     : 8/5/2008 11:23:08 AM
Listener Id   : MsWord
BodyType      : TaskEvents.ClipboardEventArgs
EventType     : Cut
Event Id      : 633535321889733216
<?xml version="1.0" encoding="utf-16"?>
<ClipboardEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <SourceWnd>197678</SourceWnd>
  <WindowTitle>test.doc <C:\calo_4.3\openiris\iris\TaskTracerTest\test.doc> - Microsoft Word</WindowTitle>
  <MainWindowTitle>test.doc <C:\calo_4.3\openiris\iris\TaskTracerTest\test.doc> - Microsoft Word</MainWindowTitle>
  <MainModuleName>WINWORD.EXE</MainModuleName>
  <MainModuleFileName>C:\Program Files\Microsoft Office\OFFICE11\WINWORD.EXE</MainModuleFileName>
  <DocumentName>test.doc</DocumentName>
  <DocumentPath>C:\calo_4.3\openiris\iris\TaskTracerTest</DocumentPath>
  <CopySource>Word</CopySource>
  <DataString />
  <DataCRC>0</DataCRC>
  <DataFormatsAvailable />
</ClipboardEventArgs>

When a selection in Word document is cut
MsWord.FolderPredictorTest EventTime     : 8/5/2008 11:24:19 AM
Listener Id   : MsWord
BodyType      : TaskEvents.FolderPredictionResult
EventType     : FolderPredictorTest
Event Id      : 633535322590641072
<?xml version="1.0" encoding="utf-16"?>
<FolderPredictionResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <ApplicationName>MsWord</ApplicationName>
  <Type>SaveAs</Type>
  <OriginalFolder>c:\documents and settings\eecs\my documents</OriginalFolder>
  <FirstPrediction>c:\calo_4.3\openiris\iris\plugins-src\xmldotnet\doc\beanshell\</FirstPrediction>
  <SecondPrediction>c:\calo_4.3\openiris\iris\tasktracertest\</SecondPrediction>
  <ThirdPrediction>c:\dev\</ThirdPrediction>
  <Result>C:\dev\</Result>
</FolderPredictionResult>

When a MsWord file is opened or saved by a file dialog, we record the Windows default folder of that dialog and FolderPredictor's predictions, in order to test the performance of FolderPredictor.
MsWord.New EventTime     : 8/5/2008 11:21:39 AM
Listener Id   : MsWord
BodyType      : TaskEvents.WordDocument
EventType     : New
Event Id      : 633535320998952336
<?xml version="1.0" encoding="utf-16"?>
<WordDocument xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Name>Document2</Name>
  <Path />
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <Text>
</Text>
  <FullName>Document2</FullName>
</WordDocument>

When a new Word document is created. NOTE: This event may also be triggered by MsOutlook if Outlook is using MsWord as the default mail editor. Although Outlook is the primary app, it uses MsWord thus MsWord events will also flow through. The MsWord events that can flow through from Outlook are Quit, Print, New, Close, and SaveAs.
MsWord.Open EventTime     : 8/5/2008 11:30:19 AM
Listener Id   : MsWord
BodyType      : TaskEvents.WordDocument
EventType     : Open
Event Id      : 633535326190517440
<?xml version="1.0" encoding="utf-16"?>
<WordDocument xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Name>eventsjunk.doc</Name>
  <Path>C:\dev</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <Text>EventTime     : 8/5/2008 11:23:08 AM
Listener Id   : MsWord
BodyType      : TaskEvents.ClipboardEventArgs
EventType     : Cut
Event Id      : 633535321889733216
<?xml version="1.0" encoding="utf-16"?>
<ClipboardEventArgs xmlns:xsi="http://www.w3.org/2001/XM</Text>
  <FullName>C:\dev\eventsjunk.doc</FullName>
</WordDocument>

When a Word document is opened. NOTE: Although some MsWord events can be triggered by MsOutlook when Outlook uses Word as the default mail editor, the Open event would open the document in MsWord. So technically it is MsWord being used as the primary app not MsOutlook.
MsWord.Paste EventTime     : 8/5/2008 11:17:05 AM
Listener Id   : MsWord
BodyType      : TaskEvents.ClipboardEventArgs
EventType     : Paste
Event Id      : 633535318255707744
<?xml version="1.0" encoding="utf-16"?>
<ClipboardEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <SourceWnd>197678</SourceWnd>
  <WindowTitle>test.doc <C:\calo_4.3\openiris\iris\TaskTracerTest\test.doc> - Microsoft Word</WindowTitle>
  <MainWindowTitle>test.doc <C:\calo_4.3\openiris\iris\TaskTracerTest\test.doc> - Microsoft Word</MainWindowTitle>
  <MainModuleName>WINWORD.EXE</MainModuleName>
  <MainModuleFileName>C:\Program Files\Microsoft Office\OFFICE11\WINWORD.EXE</MainModuleFileName>
  <DocumentName>test.doc</DocumentName>
  <DocumentPath>C:\calo_4.3\openiris\iris\TaskTracerTest</DocumentPath>
  <CopySource>Word</CopySource>
  <DataString />
  <DataCRC>0</DataCRC>
  <DataFormatsAvailable />
</ClipboardEventArgs>

When a selection in Word document is pasted
MsWord.Print EventTime     : 8/5/2008 11:28:20 AM
Listener Id   : MsWord
BodyType      : TaskEvents.WordDocument
EventType     : Print
Event Id      : 633535325002809600
<?xml version="1.0" encoding="utf-16"?>
<WordDocument xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Name>eventsjunk.doc</Name>
  <Path>C:\dev</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <Text>EventTime     : 8/5/2008 11:23:08 AM
Listener Id   : MsWord
BodyType      : TaskEvents.ClipboardEventArgs
EventType     : Cut
Event Id      : 633535321889733216
<?xml version="1.0" encoding="utf-16"?>
<ClipboardEventArgs xmlns:xsi="http://www.w3.org/2001/XM</Text>
  <FullName>C:\dev\eventsjunk.doc</FullName>
</WordDocument>
When a Word document is printed. NOTE: This event is sent even if the print dialog is canceled. This event may also be triggered by MsOutlook if Outlook is using MsWord as the default mail editor. Although Outlook is the primary app, it uses MsWord thus MsWord events will also flow through. The MsWord events that can flow through from Outlook are Quit, Print, New, Close, and SaveAs.
MsWord.Quit EventTime     : 8/5/2008 11:49:33 AM
Listener Id   : MsWord
BodyType      : TaskEvents.ApplicationEvent
EventType     : Quit
Event Id      : 633535337743429712
<?xml version="1.0" encoding="utf-16"?>
<ApplicationEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
</ApplicationEvent>

When MsWord is closed, not just a Word document. NOTE: This event may also be triggered by MsOutlook if Outlook is using MsWord as the default mail editor. Although Outlook is the primary app, it uses MsWord thus MsWord events will also flow through. The MsWord events that can flow through from Outlook are Quit, Print, New, Close, and SaveAs.
MsWord.Save EventTime     : 8/5/2008 11:24:22 AM
Listener Id   : MsWord
BodyType      : TaskEvents.WordDocument
EventType     : Save
Event Id      : 633535322623688592
<?xml version="1.0" encoding="utf-16"?>
<WordDocument xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Name>test.doc</Name>
  <Path>C:\calo_4.3\openiris\iris\TaskTracerTest</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>false</Saved>
  <Text>Test testing   st

esting EventTime     : 8/5/2008 11:16:28 AM
Listener Id   : MsWord
BodyType      : TaskEvents.ClipboardEventArgs
EventType     : Copy
Event Id      : 633535317882871632
<?xml version="1.0" encoding="utf-16"?>
<ClipboardEventArgs xmlns:xsi</Text>
  <FullName>C:\calo_4.3\openiris\iris\TaskTracerTest\test.doc</FullName>
</WordDocument>

When the save option is selected for a word document. Does not flow when 'SaveAs' is selected as this fires a different event, refer to item number 77. NOTE: This event may also be triggered by MsOutlook if Outlook is using MsWord as the default mail editor. Although Outlook is the primary app, it uses MsWord thus MsWord events will also flow through. The MsWord events that can flow through from Outlook are Quit, Print, New, Close, and SaveAs.
MsWord.SaveAs EventTime     : 8/5/2008 11:24:10 AM
Listener Id   : MsWord
BodyType      : TaskEvents.WordDocument
EventType     : SaveAs
Event Id      : 633535322503415648
<?xml version="1.0" encoding="utf-16"?>
<WordDocument xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Name>eventsjunk.doc</Name>
  <Path>C:\dev</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <Text>EventTime     : 8/5/2008 11:23:08 AM
Listener Id   : MsWord
BodyType      : TaskEvents.ClipboardEventArgs
EventType     : Cut
Event Id      : 633535321889733216
<?xml version="1.0" encoding="utf-16"?>
<ClipboardEventArgs xmlns:xsi="http://www.w3.org/2001/XM</Text>
  <FullName>C:\dev\eventsjunk.doc</FullName>
  <ProvenanceInfo>
    <Version>200</Version>
    <SourcePathname>\EphemeralWordDocument\CreatedOn\Tuesday-05-August-2008-11-22-00-AM\Document3</SourcePathname>
    <DestinationPathname>C:\dev\eventsjunk.doc</DestinationPathname>
  </ProvenanceInfo>
</WordDocument>

When a Word document is saved as a new file, hence the 'SaveAs' option is used instead of Save. NOTE: This event may also be triggered by MsOutlook if Outlook is using MsWord as the default mail editor. Although Outlook is the primary app, it uses MsWord thus MsWord events will also flow through. The MsWord events that can flow through from Outlook are Quit, Print, New, Close, and SaveAs.
MsWord.TextSelectionChange (disabled)
When a portion of the text in the document is highlighted/selected
Os.CopyFile EventTime       : 16:32:17.69
Listener Id     : Os
BodyType        : TaskEvents.CopyFile
EventType       : CopyFile
Event Id        : 633535507497836928
<?xml version="1.0" encoding="utf-16"?>
<CopyFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <OriginalFullPath>C:\dev\QuitApplicationAutomation.txt</OriginalFullPath>
</CopyFile>

When a file on a local drive is copied by the user
Os.CopyFolder EventTime       : 16:09:04.89
Listener Id     : Os
BodyType        : TaskEvents.CopyFile
EventType       : CopyFolder
Event Id        : 633535493534507248
<?xml version="1.0" encoding="utf-16"?>
<CopyFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <OriginalFullPath>C:\dev\newfolder</OriginalFullPath>
</CopyFile>

When a folder on a local drive is copied by the user
Os.CopyPaste EventTime       : 16:10:59.98
Listener Id     : Os
BodyType        : TaskEvents.CopyPaste
EventType       : CopyPaste
Event Id        : 633535494612256976
<?xml version="1.0" encoding="utf-16"?>
<CopyPaste xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <CopyEventArgs>
    <SourceWnd>721418</SourceWnd>
    <WindowTitle />
    <MainWindowTitle />
    <MainModuleName>Explorer.EXE</MainModuleName>
    <MainModuleFileName>C:\WINDOWS\Explorer.EXE</MainModuleFileName>
    <DocumentName />
    <DocumentPath />
    <CopySource>WindowsApplication</CopySource>
    <DataString />
    <DataCRC>0</DataCRC>
    <DataFormatsAvailable>
      <string>FileDrop</string>
      <string>FileNameW</string>
      <string>FileName</string>
    </DataFormatsAvailable>
  </CopyEventArgs>
  <CopiedFromResource>
    <Version>200</Version>
    <Id>0</Id>
    <Name>c:\dev\tester\</Name>
    <Path>c:\dev\tester\</Path>
    <Type>Folder</Type>
    <Hidden>false</Hidden>
    <Event_Id>0</Event_Id>
    <Event_Time>2008-08-05T16:10:49.7792384-07:00</Event_Time>
    <Deleted_From_File_System>false</Deleted_From_File_System>
    <SentTime>0001-01-01T00:00:00</SentTime>
  </CopiedFromResource>
  <PastedToResource>
    <Version>200</Version>
    <Id>0</Id>
    <Name>c:\dev\Copy of tester\</Name>
    <Path>c:\dev\Copy of tester\</Path>
    <Type>Folder</Type>
    <Hidden>false</Hidden>
    <Event_Id>0</Event_Id>
    <Event_Time>2008-08-05T16:10:49.7792384-07:00</Event_Time>
    <Deleted_From_File_System>false</Deleted_From_File_System>
    <SentTime>0001-01-01T00:00:00</SentTime>
  </PastedToResource>
  <TimeCopied>2008-08-05T16:10:49.7892528-07:00</TimeCopied>
  <TimePasted>2008-08-05T16:10:49.7892528-07:00</TimePasted>
  <EventType>Folder</EventType>
</CopyPaste>

When a file or folder is copied from one location and pasted to another
Os.DeleteFile EventTime       : 16:33:43.77
Listener Id     : Os
BodyType        : TaskEvents.DeleteFile
EventType       : DeleteFile
Event Id        : 633535508325927664
<?xml version="1.0" encoding="utf-16"?>
<DeleteFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <OldFullPath>C:\dev\Copy of QuitApplicationAutomation.txt</OldFullPath>
</DeleteFile>

When a file is deleted from a local drive by the user
Os.DeleteFolder EventTime       : 16:11:23.49
Listener Id     : Os
BodyType        : TaskEvents.DeleteFile
EventType       : DeleteFolder
Event Id        : 633535494961559248
<?xml version="1.0" encoding="utf-16"?>
<DeleteFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <OldFullPath>C:\dev\Copy of tester</OldFullPath>
</DeleteFile>

When a folder is deleted from a local drive by the user
Os.FileRename EventTime       : 16:35:55.23
Listener Id     : Os
BodyType        : TaskEvents.FileRenameEventArgs
EventType       : FileRename
Event Id        : 633535509656941568
<?xml version="1.0" encoding="utf-16"?>
<FileRenameEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ChangeType>Renamed</ChangeType>
  <FullPath>C:\dev\foojeezie.txt.txt</FullPath>
  <Name>foojeezie.txt.txt</Name>
  <OldFullPath>C:\dev\foo.txt.txt</OldFullPath>
  <OldName>foo.txt.txt</OldName>
  <ProvenanceInfo>
    <Version>200</Version>
    <SourcePathname>C:\dev\foo.txt.txt</SourcePathname>
    <DestinationPathname>C:\dev\foojeezie.txt.txt</DestinationPathname>
  </ProvenanceInfo>
</FileRenameEventArgs>

When a file on a local drive is renamed by the user
Os.FolderRename EventTime       : 16:15:04.27
Listener Id     : Os
BodyType        : TaskEvents.FileRenameEventArgs
EventType       : FolderRename
Event Id        : 633535497062279936
<?xml version="1.0" encoding="utf-16"?>
<FileRenameEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ChangeType>Renamed</ChangeType>
  <FullPath>C:\dev\newfolderz</FullPath>
  <Name>C:\dev\newfolderz</Name>
  <OldFullPath>C:\dev\newfolder</OldFullPath>
  <OldName>C:\dev\newfolder</OldName>
  <ProvenanceInfo>
    <Version>200</Version>
    <SourcePathname>C:\dev\newfolder</SourcePathname>
    <DestinationPathname>C:\dev\newfolderz</DestinationPathname>
  </ProvenanceInfo>
</FileRenameEventArgs>

When a folder on a local drive is renamed by the user
Os.MoveFile EventTime       : 16:36:19.71
Listener Id     : Os
BodyType        : TaskEvents.MoveFile
EventType       : MoveFile
Event Id        : 633535509903195664
<?xml version="1.0" encoding="utf-16"?>
<MoveFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <OldFullPath>C:\dev\Copy of QuitApplicationAutomation.txt</OldFullPath>
  <NewFullPath>C:\dev\newfolderz\Copy of QuitApplicationAutomation.txt</NewFullPath>
</MoveFile>

When a file is moved on a local drive by the user
Os.MoveFolder EventTime       : 16:13:23.25
Listener Id     : Os
BodyType        : TaskEvents.MoveFile
EventType       : MoveFolder
Event Id        : 633535496162385952
<?xml version="1.0" encoding="utf-16"?>
<MoveFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <OldFullPath>C:\dev\tester</OldFullPath>
  <NewFullPath>C:\dev\newfolder\tester</NewFullPath>
</MoveFile>

When a folder is moved on a local drive by the user
Os.PasteFile EventTime       : 16:34:00.81
Listener Id     : Os
BodyType        : TaskEvents.PasteFile
EventType       : PasteFile
Event Id        : 633535508489663104
<?xml version="1.0" encoding="utf-16"?>
<PasteFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <FinalFullPath>C:\dev\Copy of QuitApplicationAutomation.txt</FinalFullPath>
</PasteFile>

When a file from a local drive is pasted by the user
Os.PasteFolder EventTime       : 16:10:40.07
Listener Id     : Os
BodyType        : TaskEvents.PasteFile
EventType       : PasteFolder
Event Id        : 633535494599839120
<?xml version="1.0" encoding="utf-16"?>
<PasteFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <FinalFullPath>C:\dev\Copy of tester</FinalFullPath>
</PasteFile>

When a folder from a local drive is pasted by the user
Os.OsWindowCreated (disabled)
When a window is created. NOTE: Under CALO compile flag, the bodytype is now "WindowsPath" instead of "WindowsEventArgs".
Os.OsWindowDestroyed (disabled)
When a window is destroyed
Os.OsWindowFocus EventTime       : 16:08:26.68
Listener Id     : Os
BodyType        : TaskEvents.WindowsPath
EventType       : OsWindowFocus
Event Id        : 633535493066934912
<?xml version="1.0" encoding="utf-16"?>
<WindowsPath xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <WinEventArgs>
    <WindowEventArgs>
      <HWND>197542</HWND>
      <ClassName>WindowsForms10.Window.8.app.0.33c0d9d</ClassName>
      <Caption>SubscribeDemo: TaskTracer Developer Demonstration</Caption>
      <Rectangle>
        <left>154</left>
        <top>154</top>
        <right>926</right>
        <bottom>599</bottom>
      </Rectangle>
    </WindowEventArgs>
  </WinEventArgs>
</WindowsPath>

When a window is activated
Os.CreateFolder
EventTime       : 16:07:11.24
Listener Id     : Os
BodyType        : TaskEvents.CreateFolder
EventType       : CreateFolder
Event Id        : 633535492391864208
<?xml version="1.0" encoding="utf-16"?>
<CreateFolder xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <FullPath>C:\dev\New Folder</FullPath>
</CreateFolder>
When a folder is created.
Publisher.SubscriberIdentify Hard to capture in XML, but it does appear in the event table.
 
SubscribeDemo.EventFlowTest EventTime       : 16:37:04.09
Listener Id     : SubscribeDemo
BodyType        : TaskEvents.EventFlowTestMessage
EventType       : EventFlowTest
Event Id        : 633535510240981376
<?xml version="1.0" encoding="utf-16"?>
<EventFlowTestMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Sender>SubscribeDemo</Sender>
</EventFlowTestMessage>

When the "Send Event Message" button is clicked in SubscribeDemo
StartTaskTracer.KeyValuePairs.
TaskExplorerUnhide
EventTime       : 16:37:33.24
Listener Id     : StateEstimator
BodyType        : TaskEvents.KeyValuePairs
EventType       : kvp:FeatureTimerElapsed
Event Id        : 633535510533101424
<?xml version="1.0" encoding="utf-16"?>
<KeyValuePairs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Recipient>TaskPredictor2</Recipient>
  <Sender>StateEstimator</Sender>
  <MessageType>FeatureTimerElapsed</MessageType>
  <KeyValueData>
    <P>
      <KV>StartTime=4:36:33 PM</KV>
    </P>
    <P>
      <KV>CurrentTaskId=3</KV>
    </P>
    <P>
      <KV>TitlesFromAllActiveDocuments=2.5.1 Events - TaskTracer pub - OSU Libraries Wiki - Mozilla Firefox
</KV>
    </P>
    <P>
      <KV>NumberResourcesCurrentlyOpen=1</KV>
    </P>
    <P>
      <KV>PercentOpenResourcesAccessed=0</KV>
    </P>
    <P>
      <KV>NumberResourcesOpened=0</KV>
    </P>
    <P>
      <KV>NumberResourcesClosedAssociated=0</KV>
    </P>
    <P>
      <KV>NumberResourcesClosedNotAssociated=0</KV>
    </P>
    <P>
      <KV>NumberResourcesAccessed=0</KV>
    </P>
    <P>
      <KV>PercentResourcesActiveAssociated=0</KV>
    </P>
    <P>
      <KV>PercentResourcesActiveNotAssociated=0</KV>
    </P>
    <P>
      <KV>PercentCurrentlyOpenResourcesAssociated=1</KV>
    </P>
    <P>
      <KV>LargestPercentResourcesOpenNotAssociated=0</KV>
    </P>
    <P>
      <KV>ActiveResourceIds=</KV>
    </P>
    <P>
      <KV>TaskIdLongestResource=-1</KV>
    </P>
    <P>
      <KV>Duration=00:00:59.9962704</KV>
    </P>
  </KeyValueData>
</KeyValuePairs>

When the user left clicks once of the TT system tray icon
StateEstimator.KeyValuePairs.
FeatureTimeElapsed
EventTime     : 8/5/2008 11:36:00 AM
Listener Id   : StateEstimator
BodyType      : TaskEvents.KeyValuePairs
EventType     : KeyValuePairs
Event Id      : 633535329609633888
<?xml version="1.0" encoding="utf-16"?>
<KeyValuePairs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Recipient>TaskPredictor2</Recipient>
  <Sender>StateEstimator</Sender>
  <MessageType>FeatureTimerElapsed</MessageType>
  <KeyValueData>
    <P>
      <KV>StartTime=11:34:55 AM</KV>
    </P>
    <P>
      <KV>CurrentTaskId=1</KV>
    </P>
    <P>
      <KV>TitlesFromAllActiveDocuments=2.5.1 Events - TaskTracer pub - OSU Libraries Wiki - Mozilla Firefox
</KV>
    </P>
    <P>
      <KV>NumberResourcesCurrentlyOpen=3</KV>
    </P>
    <P>
      <KV>PercentOpenResourcesAccessed=0</KV>
    </P>
    <P>
      <KV>NumberResourcesOpened=1</KV>
    </P>
    <P>
      <KV>NumberResourcesClosedAssociated=0</KV>
    </P>
    <P>
      <KV>NumberResourcesClosedNotAssociated=0</KV>
    </P>
    <P>
      <KV>NumberResourcesAccessed=0</KV>
    </P>
    <P>
      <KV>PercentResourcesActiveAssociated=0</KV>
    </P>
    <P>
      <KV>PercentResourcesActiveNotAssociated=0</KV>
    </P>
    <P>
      <KV>PercentCurrentlyOpenResourcesAssociated=1</KV>
    </P>
    <P>
      <KV>LargestPercentResourcesOpenNotAssociated=0</KV>
    </P>
    <P>
      <KV>ActiveResourceIds=</KV>
    </P>
    <P>
      <KV>TaskIdLongestResource=1</KV>
    </P>
    <P>
      <KV>Duration=00:01:05.6644208</KV>
    </P>
  </KeyValueData>
</KeyValuePairs>


Currently sent once per minute
StateEstimator.KeyValuePairs.
TaskBeginOccured
EventTime     : 8/5/2008 12:26:49 PM
Listener Id   : StateEstimator
BodyType      : TaskEvents.KeyValuePairs
EventType     : KeyValuePairs
Event Id      : 633535360092666336
<?xml version="1.0" encoding="utf-16"?>
<KeyValuePairs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Recipient>TaskPredictor2</Recipient>
  <Sender>StateEstimator</Sender>
  <MessageType>TaskBeginOccured</MessageType>
  <KeyValueData>
    <P>
      <KV>StartTime=12:25:57 PM</KV>
    </P>
    <P>
      <KV>CurrentTaskId=4</KV>
    </P>
    <P>
      <KV>TitlesFromAllActiveDocuments=2.5.1 Events - TaskTracer pub - OSU Libraries Wiki - Mozilla Firefox
</KV>
    </P>
    <P>
      <KV>NumberResourcesCurrentlyOpen=2</KV>
    </P>
    <P>
      <KV>PercentOpenResourcesAccessed=0</KV>
    </P>
    <P>
      <KV>NumberResourcesOpened=0</KV>
    </P>
    <P>
      <KV>NumberResourcesClosedAssociated=0</KV>
    </P>
    <P>
      <KV>NumberResourcesClosedNotAssociated=0</KV>
    </P>
    <P>
      <KV>NumberResourcesAccessed=0</KV>
    </P>
    <P>
      <KV>PercentResourcesActiveAssociated=0</KV>
    </P>
    <P>
      <KV>PercentResourcesActiveNotAssociated=0</KV>
    </P>
    <P>
      <KV>PercentCurrentlyOpenResourcesAssociated=0</KV>
    </P>
    <P>
      <KV>LargestPercentResourcesOpenNotAssociated=0</KV>
    </P>
    <P>
      <KV>ActiveResourceIds=</KV>
    </P>
    <P>
      <KV>TaskIdLongestResource=-1</KV>
    </P>
    <P>
      <KV>Duration=00:00:50.3023312</KV>
    </P>
  </KeyValueData>
</KeyValuePairs>

When the user switches tasks after staying on the previous task for some period of time
StateEstimator.RSObserved EventTime     : 8/5/2008 11:17:07 AM
Listener Id   : StateEstimator
BodyType      : TaskEvents.RSState
EventType     : RSObserved
Event Id      : 633535318279141440
<?xml version="1.0" encoding="utf-16"?>
<RSState xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <RS>
    <Version>200</Version>
    <WindowHWND>197678</WindowHWND>
    <WindowTitle>test.doc <c:\calo_4.3\openiris\iris\tasktracertest\test.doc> - microsoft word</WindowTitle>
    <WindowContent> </WindowContent>
    <WindowProcessName>winword.exe</WindowProcessName>
    <URI>c:\calo_4.3\openiris\iris\tasktracertest\test.doc</URI>
    <UniqueIDKey>c:\calo_4.3\openiris\iris\tasktracertest\test.doc</UniqueIDKey>
    <ResourceID>78</ResourceID>
    <AssociatedTaskIDs>
      <long>1</long>
      <long>1</long>
      <long>1</long>
      <long>1</long>
      <long>1</long>
    </AssociatedTaskIDs>
  </RS>
  <CurrentActiveTaskID>1</CurrentActiveTaskID>
  <RSStartTime>2008-08-05T11:13:44.4115216-07:00</RSStartTime>
  <RSStopTime>0001-01-01T00:00:00</RSStopTime>
  <LastInfocusTime>2008-08-05T11:17:01.4748848-07:00</LastInfocusTime>
  <LastUnfocusTime>2008-08-05T11:17:07.713856-07:00</LastUnfocusTime>
  <LastFocusDurationTicks>62389712</LastFocusDurationTicks>
  <TotalFocusDurationTicks>500920288</TotalFocusDurationTicks>
</RSState>

See StateEstimator.WDSObserved
StateEstimator.WDSObserved EventTime     : 8/5/2008 11:17:07 AM
Listener Id   : StateEstimator
BodyType      : TaskEvents.WDSInfo
EventType     : WDSObserved
Event Id      : 633535318278941152
<?xml version="1.0" encoding="utf-16"?>
<WDSInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <TID>1</TID>
  <URI>c:\calo_4.3\openiris\iris\tasktracertest\test.doc</URI>
  <Title>test.doc <c:\calo_4.3\openiris\iris\tasktracertest\test.doc> - microsoft word</Title>
  <WindowID>197678</WindowID>
  <Content> </Content>
  <Duration>6</Duration>
</WDSInfo>

Can be caused by the following: Navigate events, Open events, or if the user switches focus to another window (if duration of last focus was at least a minimum amount of time),
TaskPredictor2.AssociationHistoryRevisions EventTime     : 8/5/2008 11:07:46 AM
Listener Id   : TaskPredictor2
BodyType      : TaskEvents.AssociationHistoryRevisions
EventType     : AssociationHistoryRevisions
Event Id      : 633535312667171824
<?xml version="1.0" encoding="utf-16"?>
<AssociationHistoryRevisions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <AssociationHistoryRevisionList>
    <SingleAssociationHistoryEdit>
      <Version>200</Version>
      <StartTime>2008-08-05T11:07:28.0202976-07:00</StartTime>
      <EndTime>2008-08-05T11:07:42.901696-07:00</EndTime>
      <TaskId>2</TaskId>
    </SingleAssociationHistoryEdit>
  </AssociationHistoryRevisionList>
</AssociationHistoryRevisions>
Sent when a user manually edits task prediction entries in TP2
TaskPredictor2.KeyValuePairs.
ForceTaskPrediction
EventTime       : 16:38:42.83
Listener Id     : TaskPredictor2
BodyType        : TaskEvents.KeyValuePairs
EventType       : kvp:ForceTaskPrediction
Event Id        : 633535511229803232
<?xml version="1.0" encoding="utf-16"?>
<KeyValuePairs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Recipient>unspecified</Recipient>
  <Sender>unspecified</Sender>
  <MessageType>ForceTaskPrediction</MessageType>
</KeyValuePairs>

When the user forces a task prediction via the menu in TP2
TaskTracer.EventSystemStart Hard to capture XML as this event comes quickly, but looking in the EventTableManager table, you can see that this event is flowing. When TaskTracer starts. NOTE: This event is one of the first to be recorded by EventTableManager, thus it is almost impossible to capture the event using other listener/subscriber components (eg. TaskCommDemo, SubscribeDemo). The components would not be able to plug into Publisher in time to capture this event. To check the flow of this event, check the database table in SQLite or MySQL.
TaskTracer.OsResumed EventTime     : 8/6/2008 2:16:53 PM
Listener Id   : TaskTracer
BodyType      : TaskEvents.EmptyBodyArgs
EventType     : OsResumed
Event Id      : 633536290141738448
<?xml version="1.0" encoding="utf-16"?>
<EmptyBodyArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <EmptyMessage>Empty</EmptyMessage>
</EmptyBodyArgs>

When machine comes back from Hibernate
TaskTracer.OsSuspended EventTime     : 8/6/2008 2:16:25 PM
Listener Id   : TaskTracer
BodyType      : TaskEvents.EmptyBodyArgs
EventType     : OsSuspended
Event Id      : 633536289857854032
<?xml version="1.0" encoding="utf-16"?>
<EmptyBodyArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <EmptyMessage>Empty</EmptyMessage>
</EmptyBodyArgs>
When machine goes into Hibernate
TaskTracer.TaskListUpdate EventTime     : 8/5/2008 12:25:15 PM
Listener Id   : TaskExplorer
BodyType      : TaskEvents.TaskList
EventType     : TaskListUpdate
Event Id      : 633535359165032464
<?xml version="1.0" encoding="utf-16"?>
<TaskList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <TaskPath>
    <Version>200</Version>
    <Path>Undeclared</Path>
    <TaskType>Untyped</TaskType>
    <Key>1</Key>
    <Hidden>false</Hidden>
    <Timestamp>2008-08-05T12:14:13</Timestamp>
  </TaskPath>
  <TaskPath>
    <Version>200</Version>
    <Path>task1</Path>
    <TaskType>Untyped</TaskType>
    <Key>2</Key>
    <Hidden>false</Hidden>
    <Timestamp>2008-08-05T11:07:46</Timestamp>
  </TaskPath>
  <TaskPath>
    <Version>200</Version>
    <Path>task1\task2</Path>
    <TaskType>Untyped</TaskType>
    <Key>3</Key>
    <Hidden>false</Hidden>
    <Timestamp>2008-08-05T12:25:15</Timestamp>
  </TaskPath>
</TaskList>

When user modifies the task list (ie. TaskDeleted, TaskModified, TaskMoved). TaskListUpdate would be sent to update the TaskList
User.EventSystemStop Hard to capture in XML.
When TaskTracer shuts down
User.KeyPresses EventTime     : 8/5/2008 12:42:09 PM
Listener Id   : User
BodyType      : TaskEvents.KeyPresses
EventType     : KeyPress
Event Id      : 633535369297301952
<?xml version="1.0" encoding="utf-16"?>
<KeyPresses xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <KeysList>
    <KeyPress>
      <Version>200</Version>
      <Modifiers>None</Modifiers>
      <Key>None</Key>
      <Timestamp>2008-08-05T12:42:04.4626208-07:00</Timestamp>
    </KeyPress>
    <KeyPress>
      <Version>200</Version>
      <Modifiers>None</Modifiers>
      <Key>None</Key>
      <Timestamp>2008-08-05T12:42:07.6772432-07:00</Timestamp>
    </KeyPress>
  </KeysList>
</KeyPresses>

Caused by user keyboard. NOTE: Individual keypress events are queued up until one of the following occurs:
  1. A certain amount of idle time passes
  2. One of the following keys are pressed:
    • Enter
    • Tab
    • Up
    • Down
    • Left
    • Right
    • RWin
    • LWin
    • PageUp
    • PageDown
User.MouseClick EventTime     : 8/5/2008 12:42:02 PM
Listener Id   : User
BodyType      : TaskEvents.MouseClick
EventType     : MouseClick
Event Id      : 633535369228002304
<?xml version="1.0" encoding="utf-16"?>
<MouseClick xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Modifiers>None</Modifiers>
  <Button>LButton</Button>
  <X>429</X>
  <Y>402</Y>
  <Hwnd>66430</Hwnd>
  <ClassName>WindowsForms10.RichEdit20W.app.0.33c0d9d</ClassName>
  <Caption />
</MouseClick>
When user clicks the mouse button(s) (including scroll wheel)
User.EventsPause This event no longer flows through the publisher->subscriber pathway.  Instead it flows across an administrative pathway called the AdminMessagingService.  This was done to address slow response issues with the pause button.  Though the event does not exist in xml form, it is special case persisted into TaskEventRecorder's db.  It will appear there as follows:
In events table, type==AdminMessage, listener_id==TaskSelector.AMS.<ticks>   where ticks is DateTime.Ticks
In body table,  
type==EventsPause, guts=="stop  TT event flow"

When user pauses publisher
User.EventsResume This event no longer flows through the publisher->subscriber pathway.  Instead it flows across an administrative pathway called the AdminMessagingService.  This was done to address slow response issues with the pause button.  Though the event does not exist in xml form, it is special case persisted into TaskEventRecorder's db.  It will appear there as follows:
In events table, type==AdminMessage, listener_id==TaskSelector.AMS.<ticks>   where ticks is DateTime.Ticks
In body table,   type==EventsResume, guts=="resume TT events"
When user resumes publisher from paused state
User.StickTask EventTime     : 8/5/2008 12:23:15 PM
Listener Id   : User
BodyType      : TaskEvents.StickTask
EventType     : StickTask
Event Id      : 633535357998254720
<?xml version="1.0" encoding="utf-16"?>
<StickTask xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <TaskPath>
    <Version>200</Version>
    <Path>task2</Path>
    <TaskType>Untyped</TaskType>
    <Key>3</Key>
    <Hidden>false</Hidden>
    <Timestamp>0001-01-01T00:00:00</Timestamp>
  </TaskPath>
</StickTask>

When a user creates a sticky task by right-clicking on a task in TaskExplorer and selecting "Make Task Sticky"
User.TaskBegin EventTime     : 8/5/2008 12:32:24 PM
Listener Id   : User
BodyType      : TaskEvents.TaskEvent
EventType     : TaskBegin
Event Id      : 633535363455602000
<?xml version="1.0" encoding="utf-16"?>
<TaskEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Name>task1</Name>
  <Description />
  <Type>Begin</Type>
  <UserId>TaskExplorer</UserId>
</TaskEvent>

When user switches to a new or different task from the current task
User.TaskChosen EventTime     : 8/5/2008 12:13:01 PM
Listener Id   : User
BodyType      : TaskEvents.TaskPath
EventType     : TaskChosen
Event Id      : 633535351817467184
<?xml version="1.0" encoding="utf-16"?>
<TaskPath xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Path>task2</Path>
  <TaskType>Untyped</TaskType>
  <Key>3</Key>
  <Hidden>false</Hidden>
  <Timestamp>0001-01-01T00:00:00</Timestamp>
</TaskPath>

When a user selects a task to view by clicking on it in TaskExplorer
User.TaskCreated EventTime     : 8/5/2008 12:26:45 PM
Listener Id   : User
BodyType      : TaskEvents.TaskPath
EventType     : TaskCreated
Event Id      : 633535360059518672
<?xml version="1.0" encoding="utf-16"?>
<TaskPath xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Path>taskbvlah</Path>
  <TaskType>Untyped</TaskType>
  <Key>4</Key>
  <Hidden>false</Hidden>
  <Timestamp>0001-01-01T00:00:00</Timestamp>
</TaskPath>

When user creates a new Task or SubTask in TaskExplorer.
User.TaskDeleted EventTime     : 8/5/2008 12:30:38 PM
Listener Id   : User
BodyType      : TaskEvents.TaskPath
EventType     : TaskDeleted
Event Id      : 633535362383360192
<?xml version="1.0" encoding="utf-16"?>
<TaskPath xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Path>task3</Path>
  <TaskType>Untyped</TaskType>
  <Key>5</Key>
  <Hidden>false</Hidden>
  <Timestamp>0001-01-01T00:00:00</Timestamp>
</TaskPath>

When user deletes a task/subtask
User.TaskHidden
EventTime     : 8/5/2008 12:30:28 PM
Listener Id   : User
BodyType      : TaskEvents.TaskPath
EventType     : TaskHidden
Event Id      : 633535362285719792
<?xml version="1.0" encoding="utf-16"?>
<TaskPath xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Path>task3</Path>
  <TaskType>Untyped</TaskType>
  <Key>5</Key>
  <Hidden>false</Hidden>
  <Timestamp>0001-01-01T00:00:00</Timestamp>
</TaskPath>
When user hides a task.
User.TaskReveal
EventTime     : 8/5/2008 12:30:32 PM
Listener Id   : User
BodyType      : TaskEvents.TaskPath
EventType     : TaskRevealed
Event Id      : 633535362323273792
<?xml version="1.0" encoding="utf-16"?>
<TaskPath xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <Path>task3</Path>
  <TaskType>Untyped</TaskType>
  <Key>5</Key>
  <Hidden>false</Hidden>
  <Timestamp>0001-01-01T00:00:00</Timestamp>
</TaskPath>
When user reveals a task.
User.TaskModified EventTime     : 8/5/2008 12:26:55 PM
Listener Id   : User
BodyType      : TaskEvents.TaskModification
EventType     : TaskModified
Event Id      : 633535360171980384
<?xml version="1.0" encoding="utf-16"?>
<TaskModification xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <OldTaskPath>
    <Version>200</Version>
    <Path>taskbvlah</Path>
    <TaskType>Untyped</TaskType>
    <Key>4</Key>
    <Hidden>false</Hidden>
    <Timestamp>0001-01-01T00:00:00</Timestamp>
  </OldTaskPath>
  <NewTaskPath>
    <Version>200</Version>
    <Path>task3</Path>
    <TaskType>Untyped</TaskType>
    <Key>4</Key>
    <Hidden>false</Hidden>
    <Timestamp>0001-01-01T00:00:00</Timestamp>
  </NewTaskPath>
</TaskModification>

When user renames or modifies a task/subtask
User.TaskMoved EventTime     : 8/5/2008 12:25:14 PM
Listener Id   : User
BodyType      : TaskEvents.TaskModification
EventType     : TaskMoved
Event Id      : 633535359155018064
<?xml version="1.0" encoding="utf-16"?>
<TaskModification xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <OldTaskPath>
    <Version>200</Version>
    <Path>task2</Path>
    <TaskType>Untyped</TaskType>
    <Key>3</Key>
    <Hidden>false</Hidden>
    <Timestamp>0001-01-01T00:00:00</Timestamp>
  </OldTaskPath>
  <NewTaskPath>
    <Version>200</Version>
    <Path>task1\task2</Path>
    <TaskType>Untyped</TaskType>
    <Key>3</Key>
    <Hidden>false</Hidden>
    <Timestamp>0001-01-01T00:00:00</Timestamp>
  </NewTaskPath>
</TaskModification>

When user moves a task/subtask into another task/subtask
User.TaskResourceChosen EventTime     : 8/5/2008 12:17:57 PM
Listener Id   : User
BodyType      : TaskEvents.TaskResource
EventType     : TaskResourceChosen
Event Id      : 633535354777122960
<?xml version="1.0" encoding="utf-16"?>
<TaskResource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <TaskPath>
    <Version>200</Version>
    <Path>task2</Path>
    <TaskType>Untyped</TaskType>
    <Key>3</Key>
    <Hidden>false</Hidden>
    <Timestamp>0001-01-01T00:00:00</Timestamp>
  </TaskPath>
  <Key>7</Key>
  <Name>C:\testFolder\</Name>
  <Path>C:\testFolder\</Path>
  <Type>Folder</Type>
</TaskResource>

When user double-clicks and open a document of a certain task in TaskExplorer
User.TaskResourceCopy EventTime     : 8/5/2008 12:14:06 PM
Listener Id   : User
BodyType      : TaskEvents.TaskResourceCopy
EventType     : TaskResourceCopy
Event Id      : 633535352526086128
<?xml version="1.0" encoding="utf-16"?>
<TaskResourceCopy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <TaskPath>
    <Version>200</Version>
    <Path>task2</Path>
    <TaskType>Untyped</TaskType>
    <Key>3</Key>
    <Hidden>false</Hidden>
    <Timestamp>0001-01-01T00:00:00</Timestamp>
  </TaskPath>
  <Key>7</Key>
  <Name>C:\testFolder\</Name>
  <Path>C:\testFolder\</Path>
  <Type>Folder</Type>
  <FromTaskPath>
    <Version>200</Version>
    <Path>Undeclared</Path>
    <TaskType>Untyped</TaskType>
    <Key>1</Key>
    <Hidden>false</Hidden>
    <Timestamp>0001-01-01T00:00:00</Timestamp>
  </FromTaskPath>
</TaskResourceCopy>

When user ctrl+drags a document in TaskExplorer or when a document is copied via Prototyping
User.TaskResourceCreated EventTime     : 8/5/2008 11:24:10 AM
Listener Id   : User
BodyType      : TaskEvents.TaskResource
EventType     : TaskResourceCreated
Event Id      : 633535322508623136
<?xml version="1.0" encoding="utf-16"?>
<TaskResource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <TaskPath>
    <Version>200</Version>
    <Path>Undeclared</Path>
    <TaskType>Untyped</TaskType>
    <Key>1</Key>
    <Hidden>false</Hidden>
    <Timestamp>0001-01-01T00:00:00</Timestamp>
  </TaskPath>
  <Key>112</Key>
  <Name>eventsjunk.doc</Name>
  <Path>c:\dev\</Path>
  <Type>Word</Type>
</TaskResource>

When user creates a new document or file which gets recorded in TaskExplorer under a certain 'Task'. NOTE: This event may be also be triggered by TaskTracer when a resource is being created as a result of other user-actions, such as re-assigning resources in ResourceExplorer.
User.TaskResourceDeleted EventTime     : 8/5/2008 12:21:14 PM
Listener Id   : User
BodyType      : TaskEvents.TaskResource
EventType     : TaskResourceDeleted
Event Id      : 633535356743350256
<?xml version="1.0" encoding="utf-16"?>
<TaskResource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <TaskPath>
    <Version>200</Version>
    <Path>task2</Path>
    <TaskType>Untyped</TaskType>
    <Key>3</Key>
    <Hidden>false</Hidden>
    <Timestamp>0001-01-01T00:00:00</Timestamp>
  </TaskPath>
  <Key>82</Key>
  <Name>excel new.txt</Name>
  <Path>c:\calo_4.3\openiris\iris\tasktracertest\excel\</Path>
  <Type>Text</Type>
</TaskResource>

When a user deletes a document from a "Task" in TaskExplorer. NOTE: This event may be also be triggered by TaskTracer when a resource is being deleted as a result of other user-actions, such as re-assigning resources in ResourceExplorer.
User.TaskResourceMoved EventTime     : 8/5/2008 12:13:30 PM
Listener Id   : User
BodyType      : TaskEvents.TaskResourceMove
EventType     : TaskResourceMoved
Event Id      : 633535352130016608
<?xml version="1.0" encoding="utf-16"?>
<TaskResourceMove xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <TaskPath>
    <Version>200</Version>
    <Path>task2</Path>
    <TaskType>Untyped</TaskType>
    <Key>3</Key>
    <Hidden>false</Hidden>
    <Timestamp>0001-01-01T00:00:00</Timestamp>
  </TaskPath>
  <Key>84</Key>
  <Name>test.xls</Name>
  <Path>c:\calo_4.3\openiris\iris\TaskTracerTest\</Path>
  <Type>Excel</Type>
  <FromTaskPath>
    <Version>200</Version>
    <Path>Undeclared</Path>
    <TaskType>Untyped</TaskType>
    <Key>1</Key>
    <Hidden>false</Hidden>
    <Timestamp>0001-01-01T00:00:00</Timestamp>
  </FromTaskPath>
</TaskResourceMove>

When user drag-and-drops a document from a certain task to a different task in TaskExplorer
User.UnstickTask EventTime     : 8/5/2008 12:23:26 PM
Listener Id   : User
BodyType      : TaskEvents.UnstickTask
EventType     : UnstickTask
Event Id      : 633535358141861216
<?xml version="1.0" encoding="utf-16"?>
<UnstickTask xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <TaskPath>
    <Version>200</Version>
    <Path>task2</Path>
    <TaskType>Untyped</TaskType>
    <Key>3</Key>
    <Hidden>false</Hidden>
    <Timestamp>0001-01-01T00:00:00</Timestamp>
  </TaskPath>
</UnstickTask>

When a user unsticks a task by right-clicking on a task in TaskExplorer and selecting "Unstick Task"
WExplorer.Close EventTime     : 8/5/2008 12:18:47 PM
Listener Id   : WExplorer
BodyType      : TaskEvents.IEWebpageEventArgs
EventType     : Close
Event Id      : 633535355271533888
<?xml version="1.0" encoding="utf-16"?>
<IEWebpageEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Webpage>
    <LocationURL>C:\testFolder</LocationURL>
    <Path>C:\testFolder</Path>
    <LocationName>testFolder</LocationName>
    <ContentWords>BeforeNavigate2</ContentWords>
  </Webpage>
  <HWND>589900</HWND>
  <LinkCount>0</LinkCount>
</IEWebpageEventArgs>
Occurs when you navigate in Windows Explorer.
WExplorer.Navigate EventTime     : 8/5/2008 11:35:46 AM
Listener Id   : WExplorer
BodyType      : TaskEvents.IEWebpageEventArgs
EventType     : Navigate
Event Id      : 633535329464324944
<?xml version="1.0" encoding="utf-16"?>
<IEWebpageEventArgs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Webpage>
    <LocationURL>C:\calo_4.3\openiris\iris\plugins-src\xmldotnet\doc\beanshell</LocationURL>
    <Path>C:\calo_4.3\openiris\iris\plugins-src\xmldotnet\doc\beanshell</Path>
    <LocationName>beanshell</LocationName>
    <ContentWords>DocumentComplete</ContentWords>
  </Webpage>
  <WindowTitle>explorer</WindowTitle>
  <HWND>589900</HWND>
  <LinkCount>0</LinkCount>
  <Referrer> </Referrer>
</IEWebpageEventArgs>

When navigating through files and documents in WExplorer



Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.