2.4.0 Events



ListenerId.EventType XML Cause
Clipboard.CopyPaste EventTime     : 7/31/2007 11:34:37 AM
Listener Id   : Clipboard
BodyType      : TaskEvents.CopyPaste
EventType     : CopyPaste
<?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>1377528</SourceWnd>
    <WindowTitle>Test1.doc <C:\Documents and Settings\lettkema.EECS\Desktop\TestFolder\Test1.doc> - Microsoft Word</WindowTitle>
    <MainWindowTitle>Test1.doc <C:\Documents and Settings\lettkema.EECS\Desktop\TestFolder\Test1.doc> - Microsoft Word</MainWindowTitle>
    <MainModuleName>WINWORD.EXE</MainModuleName>
    <MainModuleFileName>C:\Program Files\Microsoft Office\OFFICE11\WINWORD.EXE</MainModuleFileName>
    <DocumentName>Test1.doc</DocumentName>
    <DocumentPath>C:\Documents and Settings\lettkema.EECS\Desktop\TestFolder</DocumentPath>
    <DataString>La la la la.</DataString>
    <DataCRC>3452745941</DataCRC>
    <DataFormatsAvailable />
  </CopyEventArgs>
  <CopiedFromResource>
    <Version>200</Version>
    <Id>12</Id>
    <Name>Test1.doc</Name>
    <Path>c:\Documents and
       Settings\lettkema.EECS\Desktop\TestFolder\</Path>
    <Type>Word</Type>
    <Hidden>false</Hidden>
    <Event_Id>0</Event_Id>
    <Event_Time>2007-07-31T11:34:31.7911674-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>12</Id>
    <Name>Test1.doc</Name>
    <Path>c:\Documents and Settings\lettkema.EECS\Desktop\TestFolder\</Path>
    <Type>Word</Type>
    <Hidden>false</Hidden>
    <Event_Id>0</Event_Id>
    <Event_Time>2007-07-31T11:34:36.9317924-07:00</Event_Time>
    <Deleted_From_File_System>false</Deleted_From_File_System>
    <SentTime>0001-01-01T00:00:00</SentTime>
  </PastedToResource>
  <TimeCopied>2007-07-31T11:34:31.7911674-07:00</TimeCopied>
  <TimePasted>2007-07-31T11:34:36.9317924-07:00</TimePasted>
  <EventType>Text</EventType>
</CopyPaste>
 
Occurs when information is copied from an MsWord, MsExcel or MsPowerPoint application and is pasted into an MsWord, MsExcel or MsPowerPoint application. NOTE: Copy and paste applications need not be the same.
The event is not fired when the copy and/or paste occurs in an non-MsWord, MsExcel or MsPowerPoint application.
FileOpenListener.FolderPredictorTest EventTime     : 7/31/2007 1:47:10 PM
Listener Id   : FileOpenListener
BodyType      : TaskEvents.FolderPredictionResult
EventType     : FolderPredictorTest
<?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>Open</Type>
  <OriginalFolder>c:\documents and settings\twinkle</OriginalFolder>
  <FirstPrediction>c:\documents and settings\twinkle\my documents\work\tt_head\tasktracer\tools\dbcleaner\dbcleaner\bin\dbcleaner\</FirstPrediction>
  <SecondPrediction>c:\documents and settings\twinkle\my documents\work\tt_head\tasktracer\tools\dbcleaner\dbcleaner\bin\</SecondPrediction>
  <ThirdPrediction>c:\documents and settings\twinkle\my documents\work\tt_head\tasktracer\tools\dbcleaner\dbcleaner\</ThirdPrediction>
  <Result>c:\documents and settings\twinkle\my documents\work\tt_head\tasktracer\tools\dbcleaner\dbcleaner\bin\dbcleaner\</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     : 7/31/2007 1:47:07 PM
Listener Id   : FileOpenListener
BodyType      : TaskEvents.CommonFileOpenSaveInfo
EventType     : Open
<?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:\documents and settings\twinkle\my documents\work\tt_head\tasktracer\tools\dbcleaner\dbcleaner\bin\dbcleaner\readme.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     : 7/31/2007 1:48:52 PM
Listener Id   : User
BodyType      : TaskEvents.TaskResource
EventType     : TaskResourceCreated
<?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>
    <Key>1</Key>
    <Hidden>false</Hidden>
    <Timestamp>0001-01-01T00:00:00</Timestamp>
  </TaskPath>
  <Key>5</Key>
  <Name>trash.txt</Name>
  <Path>c:\documents and settings\twinkle\desktop\</Path>
  <Type>Text</Type>
</TaskResource>
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     : 7/31/2007 11:43:07 AM
Listener Id   : FolderPredictor
BodyType      : TaskEvents.FolderPrediction
EventType     : FolderPrediction
<?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:\Documents and Settings\lettkema.EECS\Desktop\TestFolder\</FirstFolder>
  <SecondFolder>C:\Documents and Settings\lettkema.EECS\My Documents\CS 533\</SecondFolder>
  <ThirdFolder>C:\DOCUME~1\LETTKE~1.EEC\LOCALS~1\Temp\</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     : 7/31/2007 12:11:04 PM
Listener Id   : IExplorer
BodyType      : TaskEvents.IEWebpageEventArgs
EventType     : Close
<?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.google.com/</LocationURL>
    <Path>C:\Program Files\Internet Explorer\</Path>
    <Name>Google</Name>
  </Webpage>
  <HWND>1901532</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     : 7/31/2007 12:03:40 PM
Listener Id   : IExplorer
BodyType      : TaskEvents.ProvenanceInfo
EventType     : DownloadFile
<?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://downloads.popcap.com/www/popcap_downloads/PeggleSetup.exe</SourcePathname>
  <DestinationPathname>C:\Documents and Settings\lettkema.EECS\Desktop\PeggleSetup.exe</DestinationPathname>
</ProvenanceInfo>
When a file download progress window appears.
IExplorer.Navigate EventTime     : 7/31/2007 12:11:09 PM
Listener Id   : IExplorer
BodyType      : TaskEvents.IEWebpageEventArgs
EventType     : Navigate
<?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://news.google.com/nwshp?tab=wn</LocationURL>
    <Path>C:\Program Files\Internet Explorer\</Path>
    <Name>Google News</Name>
    <ContentWords>yyy</ContentWords>
  </Webpage>
  <HWND>1901532</HWND>
  <LinkCount>0</LinkCount>
  <Referrer> </Referrer>
</IEWebpageEventArgs>
When navigating to a website or within local addresses using the IExplorer browser
IExplorer.Quit EventTime     : 7/31/2007 11:54:21 AM
Listener Id   : IExplorer
BodyType      : TaskEvents.IEWebpageEventArgs
EventType     : Quit
<?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.google.com/</LocationURL>
    <Path>C:\Program Files\Internet Explorer\</Path>
    <Name>Google</Name>
    <ContentWords />
  </Webpage>
  <HWND>1574566</HWND>
  <LinkCount>0</LinkCount>
  <Referrer />
</IEWebpageEventArgs>
When an IExplorer browser is closed/exited
MsExcel.Close EventTime : 8/1/2007 12:11:24 PM
Listener Id : MsExcel
BodyType : TaskEvents.ExcelWorkbook
EventType : Close
<?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:\Documents and Settings\Erin Fitzhenry\Desktop\GradSchools2.xls</FullName>
  <Name>GradSchools2.xls</Name>
  <Path>C:\Documents and Settings\Erin Fitzhenry\Desktop</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <ContentWords>Graduate School Applications School Website Interesting Labs Interesting </ContentWords>
</ExcelWorkbook>
When user closes an Excel workbook
MsExcel.Copy EventTime : 8/1/2007 12:10:33 PM
Listener Id : MsExcel
BodyType : TaskEvents.ClipboardEventArgs
EventType : Copy
<?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>1836330</SourceWnd>
  <WindowTitle>Microsoft Excel - GradSchools.xls <C:\Documents and Settings\Erin Fitzhenry\Desktop\GradSchools.xls></WindowTitle>
  <MainWindowTitle>Microsoft Excel - GradSchools.xls <C:\Documents and Settings\Erin Fitzhenry\Desktop\GradSchools.xls></MainWindowTitle>
  <MainModuleName>EXCEL.EXE</MainModuleName>
  <MainModuleFileName>C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE</MainModuleFileName>
  <DocumentName>GradSchools.xls</DocumentName>
  <DocumentPath />
  <DataString>University of Maryland at College Park</DataString>
  <DataCRC>3420518386</DataCRC>
  <DataFormatsAvailable />
</ClipboardEventArgs>
When a selection in Excel is copied
MsExcel.Cut EventTime : 8/1/2007 12:10:38 PM
Listener Id : MsExcel
BodyType : TaskEvents.ClipboardEventArgs
EventType : Cut
<?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>1836330</SourceWnd>
  <WindowTitle>Microsoft Excel - GradSchools.xls <C:\Documents and Settings\Erin Fitzhenry\Desktop\GradSchools.xls></WindowTitle>
  <MainWindowTitle>Microsoft Excel - GradSchools.xls <C:\Documents and Settings\Erin Fitzhenry\Desktop\GradSchools.xls></MainWindowTitle>
  <MainModuleName>EXCEL.EXE</MainModuleName>
  <MainModuleFileName>C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE</MainModuleFileName>
  <DocumentName>GradSchools.xls</DocumentName>
  <DocumentPath />
  <DataString>University of Maryland at College Park</DataString>
  <DataCRC>3420518386</DataCRC>
  <DataFormatsAvailable />
</ClipboardEventArgs>
When a selection in Excel is cut
MsExcel.FolderPredictorTest EventTime : 8/1/2007 12:11:16 PM
Listener Id : MsExcel
BodyType : TaskEvents.FolderPredictionResult
EventType : FolderPredictorTest
<?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:\iris\tasktracertest\</OriginalFolder>
  <FirstPrediction>c:\iris\plugins-src\xmldotnet\doc\beanshell\</FirstPrediction>
  <SecondPrediction>C:\Documents and Settings\Erin Fitzhenry\Desktop\</SecondPrediction>
  <ThirdPrediction>c:\iris\plugins-src\xmldotnet\doc\</ThirdPrediction>
  <Result>C:\Documents and Settings\Erin Fitzhenry\Desktop</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 : 8/1/2007 12:09:52 PM
Listener Id : MsExcel
BodyType : TaskEvents.ExcelWorkbook
EventType : Open
<?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:\Documents and Settings\Erin Fitzhenry\Desktop\GradSchools.xls</FullName>
  <Name>GradSchools.xls</Name>
  <Path>C:\Documents and Settings\Erin Fitzhenry\Desktop</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <ContentWords>Graduate School Applications School Website Interesting Labs Interesting Researchers </ContentWords>
</ExcelWorkbook>
When user opens an Excel workbook
MsExcel.New EventTime : 8/1/2007 12:09:44 PM
Listener Id : MsExcel
BodyType : TaskEvents.ExcelWorkbook
EventType : New
<?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>Book2</FullName>
  <Name>Book2</Name>
  <Path />
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <ContentWords />
</ExcelWorkbook>
When a new Excel workbook is created
MsExcel.Paste EventTime : 8/1/2007 12:10:19 PM
Listener Id : MsExcel
BodyType : TaskEvents.ClipboardEventArgs
EventType : Paste
<?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>1836330</SourceWnd>
  <WindowTitle>Microsoft Excel - GradSchools.xls <C:\Documents and Settings\Erin Fitzhenry\Desktop\GradSchools.xls></WindowTitle>
  <MainWindowTitle>Microsoft Excel - GradSchools.xls <C:\Documents and Settings\Erin Fitzhenry\Desktop\GradSchools.xls></MainWindowTitle>
  <MainModuleName>EXCEL.EXE</MainModuleName>
  <MainModuleFileName>C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE</MainModuleFileName>
  <DocumentName>GradSchools.xls</DocumentName>
  <DocumentPath>C:\Documents and Settings\Erin Fitzhenry\Desktop</DocumentPath>
  <DataString />
  <DataCRC>0</DataCRC>
  <DataFormatsAvailable />
</ClipboardEventArgs>
When a selection in Excel is pasted
MsExcel.Print EventTime : 8/1/2007 12:10:54 PM
Listener Id : MsExcel
BodyType : TaskEvents.ExcelWorkbook
EventType : Print
<?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:\Documents and Settings\Erin Fitzhenry\Desktop\GradSchools.xls</FullName>
  <Name>GradSchools.xls</Name>
  <Path>C:\Documents and Settings\Erin Fitzhenry\Desktop</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>false</Saved>
  <ContentWords>Graduate School Applications School Website Interesting Labs Interesting Researcher</ContentWords>
</ExcelWorkbook>
When user prints an Excel workbook. NOTE: This event is sent even if the print dialog is canceled
MsExcel.Quit EventTime : 8/1/2007 12:28:11 PM
Listener Id : MsExcel
BodyType : TaskEvents.ApplicationEvent
EventType : Quit
<?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 : 8/1/2007 12:11:03 PM
Listener Id : MsExcel
BodyType : TaskEvents.ExcelWorkbook
EventType : Save
<?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:\Documents and Settings\Erin Fitzhenry\Desktop\GradSchools.xls</FullName>
  <Name>GradSchools.xls</Name>
  <Path>C:\Documents and Settings\Erin Fitzhenry\Desktop</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>false</Saved>
  <ContentWords>Graduate School Applications School Website Interesting Labs Interesting Researchers Interesting Projects Application Deadline GRE General? GRE Subject? Letters of Recommendation MIT Carnegie</ContentWords>
</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 : 8/1/2007 12:11:15 PM
Listener Id : MsExcel
BodyType : TaskEvents.ExcelWorkbook
EventType : SaveAs
<?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:\Documents and Settings\Erin Fitzhenry\Desktop\GradSchools.xls</FullName>
  <Name>GradSchools.xls</Name>
  <Path>C:\Documents and Settings\Erin Fitzhenry\Desktop</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <ContentWords>Graduate School Applications School Website Interesting Labs Interesting Researchers Interesting Projects Application Deadline GRE General? GRE Subject? Letters of Recommendation MIT Carnegie Mellon http://www.hcii.cs.cmu.edu/Research/projects.html Human Computer Interaction Institute</ContentWords>
</ExcelWorkbook>
When an Excel document is saved as a new file, hence the 'SaveAs' option is used instead of Save
MsOutlook.AttachmentAdd EventTime : 8/1/2007 12:49:31 PM
Listener Id : MsOutlook
BodyType : TaskEvents.AttachmentEventArgs
EventType : AttachmentAdd
<?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>GuestList.xls</Name>
  </Attachment>
  <MailItem>
    <Version>200</Version>
    <Body> </Body>
    <From>
      <Recipient>
        <Version>200</Version>
        <Name>Erin Fitzhenry</Name>
        <Email>ebeggot@hotmail.com</Email>
      </Recipient>
    </From>
    <Importance>Normal</Importance>
    <ReceivedTime>2007-08-01T12:49:31.5041904-07:00</ReceivedTime>
    <SentByUser>true</SentByUser>
    <SentTime>2007-08-01T12:49:31.5041904-07:00</SentTime>
    <StoreID>0000000038A1BB1005E5101AA1BB08002B2A...</StoreID>
    <Subject> </Subject>
    <To>
      <Recipient>
        <Version>200</Version>
        <Name>ebeggot@hotmail.com</Name>
        <Email>ebeggot@hotmail.com</Email>
      </Recipient>
    </To>
    <Categories>MathVis\Fellowship</Categories>
    <Attachments>
      <Attachment>
        <Version>200</Version>
        <Name>GuestList.xls</Name>
      </Attachment>
    </Attachments>
    <Unread>true</Unread>
    <Description>No Description</Description>
  </MailItem>
  <ProvenanceInfo>
    <Version>200</Version>
    <SourcePathname>C:\Documents and Settings\Erin Fitzhenry\Desktop\GuestList.xls</SourcePathname>
    <DestinationPathname>GuestList.xls</DestinationPathname>
  </ProvenanceInfo>
</AttachmentEventArgs>
When user adds an attachment to an email in Outlook
MsOutlook.AttachmentOpen EventTime : 8/1/2007 1:48:56 PM
Listener Id : MsOutlook
BodyType : TaskEvents.AttachmentEventArgs
EventType : AttachmentOpen
<?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>GuestList.xls</Name>
  </Attachment>
  <MailItem>
    <Version>200</Version>
    <Body> </Body>
    <From>
      <Recipient>
        <Version>200</Version>
        <Name>Erin Fitzhenry</Name>
        <Email>ebeggot@hotmail.com</Email>
      </Recipient>
    </From>
    <ID>0000000073412B04BC21D947A7212273E366EE7904C42000</ID>
    <Importance>Normal</Importance>
    <ReceivedTime>2007-08-01T12:49:46</ReceivedTime>
    <SentByUser>false</SentByUser>
    <SentTime>2007-08-01T12:49:34</SentTime>
    <StoreID>0000000038A1BB1005E5101AA1BB08002B2A56C2000
07073747072782E646C6C00000000000000004E495441F9BFB80100AA0037D96E000000433A5C446F
63756D656E747320616E642053657474696E67735C4572696E204669747A68656E72795C4C6F63616
C2053657474696E67735C4170706C69636174696F6E20446174615C4D6963726F736F66745C4F7574
6C6F6F6B5C4F75746C6F6F6B486F746D61696C2D30303030303030352E70737400</StoreID>
    <Subject> </Subject>
    <To>
      <Recipient>
        <Version>200</Version>
        <Name>ebeggot@hotmail.com</Name>
        <Email>ebeggot@hotmail.com</Email>
      </Recipient>
    </To>
    <Attachments>
      <Attachment>
        <Version>200</Version>
        <Name>GuestList.xls</Name>
      </Attachment>
    </Attachments>
    <Unread>false</Unread>
    <Description>No Description</Description>
  </MailItem>
</AttachmentEventArgs>
When user opens an attachment in Outlook
MsOutlook.AttachmentRemove Not in 2.4.0
When user removes an attachment that was previously attached to an email in Outlook
MsOutlook.AttachmentSave EventTime : 8/1/2007 12:50:10 PM
Listener Id : MsOutlook
BodyType : TaskEvents.AttachmentEventArgs
EventType : AttachmentSave
<?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>GuestList.xls</Name>
  </Attachment>
  <MailItem>
    <Version>200</Version>
    <Body> </Body>
    <From>
      <Recipient>
        <Version>200</Version>
        <Name>Erin Fitzhenry</Name>
        <Email>ebeggot@hotmail.com</Email>
      </Recipient>
    </From>
    <ID>0000000073412B04BC21D947A7212273E366EE7904C42000</ID>
    <Importance>Normal</Importance>
    <ReceivedTime>2007-08-01T12:49:46</ReceivedTime>
    <SentByUser>false</SentByUser>
    <SentTime>2007-08-01T12:49:34</SentTime>
    <StoreID>0000000038A1BB1005E5101AA1BB08002B2A56C200007073747072...</StoreID>
    <Subject> </Subject>
    <To>
      <Recipient>
        <Version>200</Version>
        <Name>ebeggot@hotmail.com</Name>
        <Email>ebeggot@hotmail.com</Email>
      </Recipient>
    </To>
    <Attachments>
      <Attachment>
        <Version>200</Version>
        <Name>GuestList.xls</Name>
      </Attachment>
    </Attachments>
    <Unread>false</Unread>
    <Description>No Description</Description>
  </MailItem>
  <ProvenanceInfo>
    <Version>200</Version>
    <SourcePathname>GuestList.xls</SourcePathname>
    <DestinationPathname>C:\Documents and Settings\Erin Fitzhenry\Desktop\GuestList2.xls</DestinationPathname>
  </ProvenanceInfo>
</AttachmentEventArgs>
When user saves an attachment from Outlook
MsOutlook.MailArrived
EventTime : 8/1/2007 12:50:06 PM
Listener Id : MsOutlook
BodyType : TaskEvents.MailItem
EventType : MailArrived
<?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>During the faculty meeting today, while I was taking notes on screen, twice PPT went</Body>
  <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>0000000038A1BB1005E5101AA1BB08002B2A56C2000070737470727...</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>
  <Attachments />
  <Unread>true</Unread>
  <Description>No Description</Description>
</MailItem>
When mail item arrived in your inbox or mail folder
MsOutlook.MailPredicted 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 : 8/1/2007 12:49:34 PM
Listener Id : MsOutlook
BodyType : TaskEvents.EmailPrediction
EventType : MailLabeled
<?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>21</ID>
      <Name>MathVis\Fellowship</Name>
      <Probability>0</Probability>
    </Prediction>
  </Predictions>
  <PredictEmail>
    <Version>200</Version>
    <Body> </Body>
    <From>
      <Recipient>
        <Version>200</Version>
      </Recipient>
    </From>
    <Importance>Normal</Importance>
    <ReceivedTime>2007-08-01T12:49:00</ReceivedTime>
    <SentByUser>false</SentByUser>
    <SentTime>4501-01-01T00:00:00</SentTime>
<StoreID>0000000038A1BB1005E5101AA1BB08002B2A56C200006D737073742E6
46C6C00000000004E495441F9BFB80100AA0037D96E0000000043003A005C0044006F00
630075006D0065006E0074007300200061006E0064002000530065007400740069006E0
0670073005C004500720069006E0020004600690074007A00680065006E00720079005C0
04C006F00630061006C002000530065007400740069006E00670073005C0041007000700
06C00690063006100740069006F006E00200044006100740061005C004D0069006300720
06F0073006F00660074005C004F00750074006C006F006F006B005C004F00750074006C0
06F006F006B002E007000730074000000</StoreID>
    <Subject> </Subject>
    <To>
      <Recipient>
        <Version>200</Version>
        <Name>ebeggot@hotmail.com</Name>
        <Email>ebeggot@hotmail.com</Email>
      </Recipient>
    </To>
    <Categories>MathVis\Fellowship</Categories>
    <Attachments>
      <Attachment>
        <Version>200</Version>
        <Name>GuestList.xls</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 : 8/1/2007 12:50:49 PM
Listener Id : MsOutlook
BodyType : TaskEvents.MailItem
EventType : New
<?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>0000000038A1BB1005E5101AA1BB08002B2A56C200006D737073742E646C6C000
00000004E495441F9BFB80100AA0037D96E0000000043003A005C0044006F00630075006D0065006E00740
07300200061006E0064002000530065007400740069006E00670073005C004500720069006E00200046006
90074007A00680065006E00720079005C004C006F00630061006C002000530065007400740069006E00670
073005C004100700070006C00690063006100740069006F006E00200044006100740061005C004D0069006
30072006F0073006F00660074005C004F00750074006C006F006F006B005C004F00750074006C006F006F00
6B002E007000730074000000</StoreID>
  <Subject> </Subject>
  <Categories>MathVis\Fellowship</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 : 8/1/2007 12:50:02 PM
Listener Id : MsOutlook
BodyType : TaskEvents.MailItem
EventType : Open
<?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>
      <Name>Erin Fitzhenry</Name>
      <Email>ebeggot@hotmail.com</Email>
    </Recipient>
  </From>
  <ID>0000000073412B04BC21D947A7212273E366EE7904C42000</ID>
  <Importance>Normal</Importance>
  <ReceivedTime>2007-08-01T12:49:46</ReceivedTime>
  <SentByUser>false</SentByUser>
  <SentTime>2007-08-01T12:49:34</SentTime>
  <StoreID>0000000038A1BB1005E5101AA1BB08002B2A56C200007073747072782E646C6C00000000000000
004E495441F9BFB80100AA0037D96E000000433A5C446F63756D656E747320616E642053657474696E67735
C4572696E204669747A68656E72795C4C6F63616C2053657474696E67735C4170706C69636174696F6E20446174
615C4D6963726F736F66745C4F75746C6F6F6B5C4F75746C6F6F6B486F746D61696C2D30303030303030352E70737400</StoreID>
  <Subject> </Subject>
  <To>
    <Recipient>
      <Version>200</Version>
      <Name>ebeggot@hotmail.com</Name>
      <Email>ebeggot@hotmail.com</Email>
    </Recipient>
  </To>
  <Attachments>
    <Attachment>
      <Version>200</Version>
      <Name>GuestList.xls</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 : 8/1/2007 12:51:30 PM
Listener Id : MsOutlook
BodyType : TaskEvents.ApplicationEvent
EventType : Quit
<?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 : 8/1/2007 1:42:01 PM
Listener Id : MsOutlook
BodyType : TaskEvents.MailItem
EventType : Read
<?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>HYPERLINK "http://app.bronto.com/public/?q=message_link&fn=Key&id=bnxbuylzwvgcbalquvityanlyhtsbde&link=barhzhpckzwujtacyqixywpeqjqcbom"Gather.com http://hosting.bronto.com/259/public/images/dashboard_1.gifNot a member? HYPERLINK "http://app.bronto.com/public/?q=message_link&fn=Key&id=bnxbuylzwvgcbalquvityanlyhtsbde&link=abaioctlzehxncnakidrjffwamhwbbm"Join Today - It's FREE! http://hosting.bronto.com/259/public/images/dashboard_3.gifHYPERLINK "http://app.bronto.com/public/?q=message_link&fn=Key&id=bn</Body>
  <From>
    <Recipient>
      <Version>200</Version>
      <Name>Gather Newsletter</Name>
      <Email>gather-updates@gather.com</Email>
    </Recipient>
  </From>
  <ID>0000000073412B04BC21D947A7212273E366EE7964BE2000</ID>
  <Importance>Normal</Importance>
  <ReceivedTime>2007-08-01T10:34:15</ReceivedTime>
  <SentByUser>false</SentByUser>
  <SentTime>2007-08-01T10:34:15</SentTime>
  <StoreID>0000000038A1BB1005E5101AA1BB08002B2A56C200007073747072
782E646C6C00000000000000004E495441F9BFB80100AA0037D96E000000433A5C446F63756D6
56E747320616E642053657474696E67735C4572696E204669747A68656E72795C4C6F63616C20
53657474696E67735C4170706C69636174696F6E20446174615C4D6963726F736F66745C4F757
46C6F6F6B5C4F75746C6F6F6B486F746D61696C2D30303030303030352E70737400</StoreID>
  <Subject>First Chapters Romance: Enter Now, Erin</Subject>
  <To>
    <Recipient>
      <Version>200</Version>
      <Name>ebeggot@hotmail.com</Name>
      <Email>ebeggot@hotmail.com</Email>
    </Recipient>
  </To>
  <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 : 8/1/2007 12:49:31 PM
Listener Id : MsOutlook
BodyType : TaskEvents.MailItem
EventType : Send
<?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>
      <Name>Erin Fitzhenry</Name>
      <Email>ebeggot@hotmail.com</Email>
    </Recipient>
  </From>
  <Importance>Normal</Importance>
  <ReceivedTime>2007-08-01T12:49:31.5041904-07:00</ReceivedTime>
  <SentByUser>true</SentByUser>
  <SentTime>2007-08-01T12:49:31.5041904-07:00</SentTime>
  <StoreID>0000000038A1BB1005E5101AA1BB08002B2A56C200006D737073742E646C6C00000000004E49544
1F9BFB80100AA0037D96E0000000043003A005C0044006F00630075006D0065006E0074007300200061006E0064002000
530065007400740069006E00670073005C004500720069006E0020004600690074007A00680065006E00720079005C004C
006F00630061006C002000530065007400740069006E00670073005C004100700070006C00690063006100740069006F006
E00200044006100740061005C004D006900630072006F0073006F00660074005C004F00750074006C006F006F006B005C00
4F00750074006C006F006F006B002E007000730074000000</StoreID>
  <Subject> </Subject>
  <To>
    <Recipient>
      <Version>200</Version>
      <Name>ebeggot@hotmail.com</Name>
      <Email>ebeggot@hotmail.com</Email>
    </Recipient>
  </To>
  <Categories>MathVis\Fellowship</Categories>
  <Attachments>
    <Attachment>
      <Version>200</Version>
      <Name>GuestList.xls</Name>
    </Attachment>
  </Attachments>
  <Unread>true</Unread>
  <Description>No Description</Description>
</MailItem>
MailItem sent
MsPowerPoint.Close EventTime     : 8/1/2007 2:02:38 PM
Listener Id   : MsPowerPoint
BodyType      : TaskEvents.PowerPointPresentation
EventType     : Close
<?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>new2.ppt</Name>
  <Path>C:\testing</Path>
  <ReadOnly>msoFalse</ReadOnly>
  <Saved>msoTrue</Saved>
  <FullName>C:\testing\new2.ppt</FullName>
  <ContentWords>New powerpoint </ContentWords>
</PowerPointPresentation>
When a PowerPoint presentation is closed
MsPowerPoint.FolderPredictorTest EventTime     : 8/1/2007 2:01:47 PM
Listener Id   : MsPowerPoint
BodyType      : TaskEvents.FolderPredictionResult
EventType     : FolderPredictorTest
<?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 />
  <FirstPrediction>c:\program files\tasktracer\</FirstPrediction>
  <SecondPrediction>C:\testing\</SecondPrediction>
  <ThirdPrediction>c:\documents and settings\fredric\desktop\</ThirdPrediction>
  <Result>C:\testing</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     : 8/1/2007 2:03:39 PM
Listener Id   : MsPowerPoint
BodyType      : TaskEvents.ClipboardEventArgs
EventType     : Copy
<?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>330474</SourceWnd>
  <WindowTitle>Microsoft PowerPoint - <C:\testing\New.ppt> - [New.ppt]</WindowTitle>
  <MainWindowTitle>Microsoft PowerPoint - <C:\testing\New.ppt> - [New.ppt]</MainWindowTitle>
  <MainModuleName>POWERPNT.EXE</MainModuleName>
  <MainModuleFileName>C:\Program Files\Microsoft Office\OFFICE11\POWERPNT.EXE</MainModuleFileName>
  <DocumentName>New.ppt</DocumentName>
  <DocumentPath>C:\testing</DocumentPath>
  <DataString>New powerpoint text</DataString>
  <DataCRC>581557935</DataCRC>
  <DataFormatsAvailable />
</ClipboardEventArgs>
When a selection in Powerpoint is copied
MsPowerPoint.Cut EventTime     : 8/1/2007 2:04:12 PM
Listener Id   : MsPowerPoint
BodyType      : TaskEvents.ClipboardEventArgs
EventType     : Cut
<?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>330474</SourceWnd>
  <WindowTitle>Microsoft PowerPoint - <C:\testing\New.ppt> - [New.ppt]</WindowTitle>
  <MainWindowTitle>Microsoft PowerPoint - <C:\testing\New.ppt> - [New.ppt]</MainWindowTitle>
  <MainModuleName>POWERPNT.EXE</MainModuleName>
  <MainModuleFileName>C:\Program Files\Microsoft Office\OFFICE11\POWERPNT.EXE</MainModuleFileName>
  <DocumentName>New.ppt</DocumentName>
  <DocumentPath>C:\testing</DocumentPath>
  <DataString />
  <DataCRC>0</DataCRC>
  <DataFormatsAvailable />
</ClipboardEventArgs>
When a selection in Powerpoint is cut
MsPowerPoint.New EventTime     : 8/1/2007 2:00:44 PM
Listener Id   : MsPowerPoint
BodyType      : TaskEvents.PowerPointPresentation
EventType     : New
<?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>Presentation2</Name>
  <Path />
  <ReadOnly>msoFalse</ReadOnly>
  <Saved>msoTrue</Saved>
  <FullName>Presentation2</FullName>
  <ContentWords />
</PowerPointPresentation>
When a new PowerPoint presentation is created
MsPowerPoint.Open EventTime     : 8/1/2007 2:02:54 PM
Listener Id   : MsPowerPoint
BodyType      : TaskEvents.PowerPointPresentation
EventType     : Open
<?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>New.ppt</Name>
  <Path>C:\testing</Path>
  <ReadOnly>msoFalse</ReadOnly>
  <Saved>msoTrue</Saved>
  <FullName>C:\testing\New.ppt</FullName>
  <ContentWords>New powerpoint </ContentWords>
</PowerPointPresentation>
When a PowerPoint presentation is opened
MsPowerPoint.Quit EventTime     : 8/1/2007 2:02:54 PM
Listener Id   : MsPowerPoint
BodyType      : TaskEvents.PowerPointPresentation
EventType     : Open
<?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>New.ppt</Name>
  <Path>C:\testing</Path>
  <ReadOnly>msoFalse</ReadOnly>
  <Saved>msoTrue</Saved>
  <FullName>C:\testing\New.ppt</FullName>
  <ContentWords>New powerpoint </ContentWords>
</PowerPointPresentation>
When MsPowerPoint is closed, not just a PowerPoint document.
MsPowerpoint.Paste EventTime     : 8/1/2007 2:03:41 PM
Listener Id   : MsPowerPoint
BodyType      : TaskEvents.ClipboardEventArgs
EventType     : Paste
<?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>330474</SourceWnd>
  <WindowTitle>Microsoft PowerPoint - <C:\testing\New.ppt> - [New.ppt]</WindowTitle>
  <MainWindowTitle>Microsoft PowerPoint - <C:\testing\New.ppt> - [New.ppt]</MainWindowTitle>
  <MainModuleName>POWERPNT.EXE</MainModuleName>
  <MainModuleFileName>C:\Program Files\Microsoft Office\OFFICE11\POWERPNT.EXE</MainModuleFileName>
  <DocumentName>New.ppt</DocumentName>
  <DocumentPath>C:\testing</DocumentPath>
  <DataString />
  <DataCRC>0</DataCRC>
  <DataFormatsAvailable />
</ClipboardEventArgs>
When a selection in a Powerpoint presentation is pasted
MsPowerPoint.Print EventTime     : 8/1/2007 2:03:09 PM
Listener Id   : MsPowerPoint
BodyType      : TaskEvents.PowerPointPresentation
EventType     : Print
<?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>New.ppt</Name>
  <Path>C:\testing</Path>
  <ReadOnly>msoFalse</ReadOnly>
  <Saved>msoTrue</Saved>
  <FullName>C:\testing\New.ppt</FullName>
  <ContentWords>New powerpoint </ContentWords>
</PowerPointPresentation>
When a PowerPoint presentation is printed. NOTE: This event is sent even if the print dialog is canceled
MsPowerPoint.Save EventTime     : 8/1/2007 2:01:27 PM
Listener Id   : MsPowerPoint
BodyType      : TaskEvents.PowerPointPresentation
EventType     : Save
<?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>new.ppt</Name>
  <Path>C:\testing</Path>
  <ReadOnly>msoFalse</ReadOnly>
  <Saved>msoTrue</Saved>
  <FullName>C:\testing\new.ppt</FullName>
  <ContentWords>New powerpoint </ContentWords>
</PowerPointPresentation>
Event flows when the document is saved
MsPowerPoint.SaveAs
EventTime     : 8/1/2007 2:01:45 PM
Listener Id   : MsPowerPoint
BodyType      : TaskEvents.PowerPointPresentation
EventType     : SaveAs
<?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>new2.ppt</Name>
  <Path>C:\testing</Path>
  <ReadOnly>msoFalse</ReadOnly>
  <Saved>msoTrue</Saved>
  <FullName>C:\testing\new2.ppt</FullName>
  <ContentWords>New powerpoint </ContentWords>
  <ProvenanceInfo>
    <Version>200</Version>
    <SourcePathname>C:\testing\new.ppt</SourcePathname>
    <DestinationPathname>C:\testing\new2.ppt</DestinationPathname>
  </ProvenanceInfo>
</PowerPointPresentation>
Event flows when the document is "saved as"
MsWord.Close EventTime : 8/1/2007 9:24:38 AM
Listener Id : MsWord
BodyType : TaskEvents.WordDocument
EventType : Close
<?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:\iris\TaskTracerTest</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <Text>zxczxczxcZxc</Text>
  <FullName>C:\iris\TaskTracerTest\test.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/1/2007 9:30:07 AM
Listener Id : MsWord
BodyType : TaskEvents.ClipboardEventArgs
EventType : Copy
<?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>6816026</SourceWnd>
  <WindowTitle>TaskTracer Developer Demonstration</WindowTitle>
  <MainWindowTitle>test.doc <C:\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:\iris\TaskTracerTest</DocumentPath>
  <DataString>czxcZxc</DataString>
  <DataCRC>1666585989</DataCRC>
  <DataFormatsAvailable />
</ClipboardEventArgs>
When a selection in Word document is copied
MsWord.Cut EventTime : 8/1/2007 9:32:24 AM
Listener Id : MsWord
BodyType : TaskEvents.ClipboardEventArgs
EventType : Cut
<?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>6816026</SourceWnd>
  <WindowTitle>TaskTracer Developer Demonstration</WindowTitle>
  <MainWindowTitle>test.doc <C:\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:\iris\TaskTracerTest</DocumentPath>
  <DataString>czxcZxc</DataString>
  <DataCRC>1666585989</DataCRC>
  <DataFormatsAvailable />
</ClipboardEventArgs>
When a selection in Word document is cut
MsWord.FolderPredictorTest EventTime : 8/1/2007 9:37:12 AM
Listener Id : MsWord
BodyType : TaskEvents.FolderPredictionResult
EventType : FolderPredictorTest
<?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\erin fitzhenry\desktop</OriginalFolder>
  <FirstPrediction>C:\Documents and Settings\Erin Fitzhenry\Desktop\</FirstPrediction>
  <SecondPrediction>c:\iris\tasktracertest\powerpoint\</SecondPrediction>
  <ThirdPrediction>c:\iris\tasktracertest\excel\</ThirdPrediction>
  <Result>C:\Documents and Settings\Erin Fitzhenry\Desktop</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/1/2007 9:37:34 AM
Listener Id : MsWord
BodyType : TaskEvents.WordDocument
EventType : New
<?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>Document1</Name>
  <Path />
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <Text></Text>
  <FullName>Document1</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/1/2007 9:32:35 AM
Listener Id : MsWord
BodyType : TaskEvents.WordDocument
EventType : Open
<?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>script.doc</Name>
  <Path>C:\Documents and Settings\Erin Fitzhenry\Desktop</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <Text>
Read the Informed Consent form you received via e-mail and sign it if you agree to participate in the study. If you are participating remotely and are thus not able to return the form to us in person, please fax the form to</Text>
  <FullName>C:\Documents and Settings\Erin Fitzhenry\Desktop\script.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/1/2007 9:32:43 AM
Listener Id : MsWord
BodyType : TaskEvents.ClipboardEventArgs
EventType : Paste
<?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>6816026</SourceWnd>
  <WindowTitle>TaskTracer Developer Demonstration</WindowTitle>
  <MainWindowTitle>test.doc <C:\iris\TaskTracerTest\test.doc> - Microsoft Word</MainWindowTitle>
  <MainModuleName>WINWORD.EXE</MainModuleName>
  <MainModuleFileName>C:\Program Files\Microsoft Office\OFFICE11\WINWORD.EXE</MainModuleFileName>
  <DocumentName>script.doc</DocumentName>
  <DocumentPath>C:\Documents and Settings\Erin Fitzhenry\Desktop</DocumentPath>
  <DataString />
  <DataCRC>0</DataCRC>
  <DataFormatsAvailable />
</ClipboardEventArgs>
When a selection in Word document is pasted
MsWord.Print EventTime : 8/1/2007 9:37:16 AM
Listener Id : MsWord
BodyType : TaskEvents.WordDocument
EventType : Print
<?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>ScapinSummary2.doc</Name>
  <Path>C:\Documents and Settings\Erin Fitzhenry\Desktop</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <Text>What do People Recall about their Documents?</Text>
  <FullName>C:\Documents and Settings\Erin Fitzhenry\Desktop\ScapinSummary2.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/1/2007 9:37:40 AM
Listener Id : MsWord
BodyType : TaskEvents.ApplicationEvent
EventType : Quit
<?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/1/2007 9:37:00 AM
Listener Id : MsWord
BodyType : TaskEvents.WordDocument
EventType : Save
<?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>ScapinSummary.doc</Name>
  <Path>C:\Documents and Settings\Erin Fitzhenry\Desktop</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <Text>What do People Recall about their Documents?</Text>
  <FullName>C:\Documents and Settings\Erin Fitzhenry\Desktop\ScapinSummary.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/1/2007 9:37:11 AM
Listener Id : MsWord
BodyType : TaskEvents.WordDocument
EventType : SaveAs
<?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>ScapinSummary2.doc</Name>
  <Path>C:\Documents and Settings\Erin Fitzhenry\Desktop</Path>
  <ReadOnly>false</ReadOnly>
  <Saved>true</Saved>
  <Text>What do People Recall about their Documents?</Text>
  <FullName>C:\Documents and Settings\Erin Fitzhenry\Desktop\ScapinSummary2.doc</FullName>
  <ProvenanceInfo>
    <Version>200</Version>
    <SourcePathname>C:\Documents and Settings\Erin Fitzhenry\Desktop\ScapinSummary.doc</SourcePathname>
    <DestinationPathname>C:\Documents and Settings\Erin Fitzhenry\Desktop\ScapinSummary2.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 EventTime : 8/1/2007 9:37:24 AM
Listener Id : MsWord
BodyType : TaskEvents.TextSelection
EventType : TextSelectionChange
<?xml version="1.0" encoding="utf-16"?>
<TextSelection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Name>ScapinSummary2.doc</Name>
  <FullName>C:\Documents and Settings\Erin Fitzhenry\Desktop\ScapinSummary2.doc</FullName>
  <Path>C:\Documents and Settings\Erin Fitzhenry\Desktop</Path>
  <Text>Goal: To provide recommendations for retrieval tools based </Text>
  <StartIndex>46</StartIndex>
  <EndIndex>107</EndIndex>
  <Type>selText</Type>
</TextSelection>
When a portion of the text in the document is highlighted/selected
Os.CopyFile EventTime     : 8/1/2007 10:17:26 AM
Listener Id   : Os
BodyType      : TaskEvents.CopyFile
EventType     : CopyFile
<?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:\testing\new.ppt</OriginalFullPath>
</CopyFile>
When a file on a local drive is copied by the user
Os.CopyFolder EventTime     : 8/1/2007 10:20:13 AM
Listener Id   : Os
BodyType      : TaskEvents.CopyFile
EventType     : CopyFolder
<?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:\testing\copy</OriginalFullPath>
</CopyFile>
When a folder on a local drive is copied by the user
Os.CopyPaste EventTime     : 8/1/2007 10:17:42 AM
Listener Id   : Os
BodyType      : TaskEvents.CopyPaste
EventType     : CopyPaste
<?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>394908</SourceWnd>
    <WindowTitle>new</WindowTitle>
    <MainWindowTitle>new</MainWindowTitle>
    <MainModuleName>Explorer.EXE</MainModuleName>
    <MainModuleFileName>C:\WINDOWS\Explorer.EXE</MainModuleFileName>
    <DocumentName />
    <DocumentPath />
    <DataString />
    <DataCRC>0</DataCRC>
    <DataFormatsAvailable>
      <string>FileDrop</string>
      <string>FileNameW</string>
      <string>FileName</string>
    </DataFormatsAvailable>
  </CopyEventArgs>
  <CopiedFromResource>
    <Version>200</Version>
    <Id>0</Id>
    <Name>new.ppt</Name>
    <Path>c:\testing\</Path>
    <Type>PowerPoint</Type>
    <Hidden>false</Hidden>
    <Event_Id>0</Event_Id>
    <Event_Time>2007-08-01T10:17:41.890625-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>new.ppt</Name>
    <Path>c:\testing\new\</Path>
    <Type>PowerPoint</Type>
    <Hidden>false</Hidden>
    <Event_Id>0</Event_Id>
    <Event_Time>2007-08-01T10:17:41.890625-07:00</Event_Time>
    <Deleted_From_File_System>false</Deleted_From_File_System>
    <SentTime>0001-01-01T00:00:00</SentTime>
  </PastedToResource>
  <TimeCopied>2007-08-01T10:17:41.890625-07:00</TimeCopied>
  <TimePasted>2007-08-01T10:17:41.890625-07:00</TimePasted>
  <EventType>File</EventType>
</CopyPaste>
When a file or folder is copied from one location and pasted to another
Os.DeleteFile EventTime     : 8/1/2007 10:18:21 AM
Listener Id   : Os
BodyType      : TaskEvents.DeleteFile
EventType     : DeleteFile
<?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:\testing\new\rename.txt</OldFullPath>
</DeleteFile>
When a file is deleted from a local drive by the user
Os.DeleteFolder EventTime     : 8/1/2007 10:21:14 AM
Listener Id   : Os
BodyType      : TaskEvents.DeleteFile
EventType     : DeleteFolder
<?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:\testing\copy</OldFullPath>
</DeleteFile>
When a folder is deleted from a local drive by the user
Os.FileRename EventTime     : 8/1/2007 10:15:56 AM
Listener Id   : Os
BodyType      : TaskEvents.FileRenameEventArgs
EventType     : FileRename
<?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:\testing\rename.txt</FullPath>
  <Name>rename.txt</Name>
  <OldFullPath>C:\testing\new.txt</OldFullPath>
  <OldName>new.txt</OldName>
  <ProvenanceInfo>
    <Version>200</Version>
    <SourcePathname>C:\testing\new.txt</SourcePathname>
    <DestinationPathname>C:\testing\rename.txt</DestinationPathname>
  </ProvenanceInfo>
</FileRenameEventArgs>
When a file on a local drive is renamed by the user
Os.FolderRename EventTime     : 8/1/2007 10:13:54 AM
Listener Id   : Os
BodyType      : TaskEvents.FileRenameEventArgs
EventType     : FolderRename
<?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:\testing\rename</FullPath>
  <Name>rename</Name>
  <OldFullPath>C:\testing\new</OldFullPath>
  <OldName>new</OldName>
  <ProvenanceInfo>
    <Version>200</Version>
    <SourcePathname>C:\testing\new</SourcePathname>
    <DestinationPathname>C:\testing\rename</DestinationPathname>
  </ProvenanceInfo>
</FileRenameEventArgs>
When a folder on a local drive is renamed by the user
Os.MoveFile EventTime     : 8/1/2007 10:19:38 AM
Listener Id   : Os
BodyType      : TaskEvents.MoveFile
EventType     : MoveFolder
<?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:\testing\rename</OldFullPath>
  <NewFullPath>C:\testing\new\rename</NewFullPath>
</MoveFile>
When a file is moved on a local drive by the user
Os.MoveFolder EventTime     : 8/1/2007 10:16:53 AM
Listener Id   : Os
BodyType      : TaskEvents.MoveFile
EventType     : MoveFile
<?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:\testing\rename.txt</OldFullPath>
  <NewFullPath>C:\testing\new\rename.txt</NewFullPath>
</MoveFile>
When a folder is moved on a local drive by the user
Os.PasteFile EventTime     : 8/1/2007 10:17:39 AM
Listener Id   : Os
BodyType      : TaskEvents.PasteFile
EventType     : PasteFile
<?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:\testing\new\new.ppt</FinalFullPath>
</PasteFile>
When a file from a local drive is pasted by the user
Os.PasteFolder EventTime     : 8/6/2007 10:36:39 AM
Listener Id   : Os
BodyType      : TaskEvents.PasteFile
EventType     : PasteFolder
<?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:\j21work\cs161\Project3\Project2</FinalFullPath>
</PasteFile>
When a folder from a local drive is pasted by the user
Os.OsWindowCreated EventTime     : 8/6/2007 10:38:12 AM
Listener Id   : Os
BodyType      : TaskEvents.WindowsPath
EventType     : OsWindowCreated
<?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>2491498</HWND>
      <ClassName>WindowsForms10.Window.8.app.0.378734a</ClassName>
      <Caption>SubscribeDemo: SubscriberFilter</Caption>
      <Rectangle>
        <left>0</left>
        <top>0</top>
        <right>0</right>
        <bottom>0</bottom>
      </Rectangle>
    </WindowEventArgs>
  </WinEventArgs>
</WindowsPath>
When a window is created. NOTE: Under CALO compile flag, the bodytype is now "WindowsPath" instead of "WindowsEventArgs".
Os.OsWindowDestroyed EventTime     : 8/6/2007 10:38:53 AM
Listener Id   : Os
BodyType      : TaskEvents.WindowsPath
EventType     : OsWindowDestroyed
<?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>2557034</HWND>
      <ClassName>WindowsForms10.Window.8.app.0.378734a</ClassName>
      <Caption>SubscribeDemo: SubscriberFilter</Caption>
      <Rectangle>
        <left>0</left>
        <top>0</top>
        <right>0</right>
        <bottom>0</bottom>
      </Rectangle>
    </WindowEventArgs>
  </WinEventArgs>
</WindowsPath>
When a window is destroyed
Os.OsWindowFocus EventTime     : 8/6/2007 10:39:43 AM
Listener Id   : Os
BodyType      : TaskEvents.WindowsPath
EventType     : OsWindowFocus
<?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>590940</HWND>
      <ClassName>WindowsForms10.Window.8.app.0.378734a</ClassName>
      <Caption>SubscribeDemo: TaskTracer Developer Demonstration</Caption>
      <Rectangle>
        <left>259</left>
        <top>453</top>
        <right>1031</right>
        <bottom>898</bottom>
      </Rectangle>
    </WindowEventArgs>
  </WinEventArgs>
</WindowsPath>
When a window is activated
Publisher.SubscriberIdentify Hard to capture XML as this event comes quickly, but looking in the EventTableManager table, you can see that this event is flowing.
 
SubscribeDemo.EventFlowTest EventTime     : 8/6/2007 10:43:48 AM
Listener Id   : SubscribeDemo
BodyType      : TaskEvents.EventFlowTestMessage
EventType     : EventFlowTest
<?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
StateEstimator.KeyValuePairs EventTime : 8/1/2007 10:29:40 AM
Listener Id : StateEstimator
BodyType : TaskEvents.KeyValuePairs
EventType : KeyValuePairs
<?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>default</MessageType>
  <Keys>
    <anyType xsi:type="xsd:string">StartTime</anyType>
    <anyType xsi:type="xsd:string">CurrentTaskId</anyType>
    <anyType xsi:type="xsd:string">NumberResourcesOpened</anyType>
    <anyType xsi:type="xsd:string">NumberResourcesClosedAssociated</anyType>
    <anyType xsi:type="xsd:string">NumberResourcesClosedNotAssociated</anyType>
    <anyType xsi:type="xsd:string">TitlesFromAllActiveDocuments</anyType>
    <anyType xsi:type="xsd:string">Duration</anyType>
  </Keys>
  <Values>
    <anyType xsi:type="xsd:string">10:28:40 AM</anyType>
    <anyType xsi:type="xsd:string">1</anyType>
    <anyType xsi:type="xsd:string">0</anyType>
    <anyType xsi:type="xsd:string">0</anyType>
    <anyType xsi:type="xsd:string">0</anyType>
    <anyType xsi:type="xsd:string">Find
testing
2.4.0 Events - TaskTracer pub - OSU Libraries Wiki - Microsoft Internet Explorer
Google Talk
Untitled - Notepad
</anyType>
     <anyType xsi:type="xsd:string">00:01:00</anyType>
  </Values>
</KeyValuePairs>
Currently sent once per minute
StateEstimator.RSObserved EventTime : 8/1/2007 10:29:52 AM
Listener Id : StateEstimator
BodyType : TaskEvents.RSState
EventType : RSObserved
<?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>196800</WindowHWND>
    <WindowTitle />
    <WindowContent> </WindowContent>
    <WindowProcessName>iexplore.exe</WindowProcessName>
    <URI>http://wiki.library.oregonstate.edu/confluence/display/ttpub/2.4.0+events</URI>
    <UniqueIDKey>http://wiki.library.oregonstate.edu/confluence/display/ttpub/2.4.0+events</UniqueIDKey>
    <ResourceID>0</ResourceID>
    <AssociatedTaskIDs />
  </RS>
  <CurrentActiveTaskID>1</CurrentActiveTaskID>
  <RSStartTime>2007-08-01T10:05:31.4375-07:00</RSStartTime>
  <RSStopTime>0001-01-01T00:00:00</RSStopTime>
  <LastInfocusTime>2007-08-01T10:29:48.5625-07:00</LastInfocusTime>
  <LastUnfocusTime>2007-08-01T10:29:52.703125-07:00</LastUnfocusTime>
  <LastFocusDurationTicks>67187500</LastFocusDurationTicks>
  <TotalFocusDurationTicks>1657031250</TotalFocusDurationTicks>
</RSState>
See StateEstimator.WDSObserved
StateEstimator.WDSObserved EventTime : 8/1/2007 10:29:52 AM
Listener Id : StateEstimator
BodyType : TaskEvents.WDSInfo
EventType : WDSObserved
<?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>http://wiki.library.oregonstate.edu/confluence/display/ttpub/2.4.0+events</URI>
  <Title />
  <WindowID>196800</WindowID>
  <Content> </Content>
  <Duration>4</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),
TaskPredictor.ExplicitUserFeedBack EventTime     : 8/6/2007 12:41:11 PM
Listener Id   : TaskPredictor
BodyType      : TaskEvents.ExplicitUserFeedBack
EventType     : ExplicitUserFeedBack
<?xml version="1.0" encoding="utf-16"?>
<ExplicitUserFeedBack xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <WindowID>133036</WindowID>
  <Title>Ask.com Search Engine - Better Web Search</Title>
  <URI>http://www.ask.com/</URI>
  <TaskID>2</TaskID>
  <EventID>1</EventID>
</ExplicitUserFeedBack>
When TaskPredictor sees an ExplicitUserFeed back, TaskPredictor sends out this Event with the WDS and the task associates with it. NOTE: This happens when the user clicks the change task button in the window TaskPredictor pops up to request a task change
TaskPredictor.TaskBegin EventTime     : 8/6/2007 11:45:55 AM
Listener Id   : User
BodyType      : TaskEvents.TaskEvent
EventType     : TaskBegin
<?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>Test2</Name>
  <Description />
  <Type>Begin</Type>
  <UserId>TaskExplorer</UserId>
</TaskEvent>
When TaskPredictor considers there is a Task switch and it has been confirmed by the user. This event message is sent out with the new task path. If the user allows TaskPredictor automatically change the task, this event will be sent without user's confirmation
TaskPredictor.TrainTaskPredictor EventTime     : 8/6/2007 1:51:09 PM
Listener Id   : TaskPredictor
BodyType      : TaskEvents.UserInitiativeTraining
EventType     : TrainTaskPredictor
<?xml version="1.0" encoding="utf-16"?>
<UserInitiativeTraining xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <TrainingTime>2007-08-06T13:51:09.2045153-07:00</TrainingTime>
</UserInitiativeTraining>
When TaskPredictor trains
TaskPredictor.WDSPredict EventTime     : 8/6/2007 12:38:54 PM
Listener Id   : TaskPredictor
BodyType      : TaskEvents.PredictionResult
EventType     : WDSPredict
<?xml version="1.0" encoding="utf-16"?>
<PredictionResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <SerialID>1</SerialID>
  <Predictions>
    <Prediction>
      <Version>200</Version>
      <ID>5</ID>
      <Name>Test2\trial1</Name>
      <Probability>0.15368421052631576</Probability>
    </Prediction>
    <Prediction>
      <Version>200</Version>
      <ID>2</ID>
      <Name>Test2</Name>
      <Probability>0.84631578947368424</Probability>
    </Prediction>
  </Predictions>
  <PredictWDS>
    <Version>200</Version>
    <TID>2</TID>
    <URI>http://www.yahoo.com/</URI>
    <Title>yahoo!</Title>
    <WindowID>133036</WindowID>
    <Content>yyy</Content>
    <Duration>0</Duration>
  </PredictWDS>
</PredictionResult>
When TaskPredictor makes a prediction. NOTE: This event is used in Intel Study to track the behavior of TaskPredictor.
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/2007 12:34:06 PM
Listener Id   : TaskTracer
BodyType      : TaskEvents.EmptyBodyArgs
EventType     : OsResumed
<?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/2007 12:33:50 PM
Listener Id   : TaskTracer
BodyType      : TaskEvents.EmptyBodyArgs
EventType     : OsSuspended
<?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/6/2007 12:20:27 PM
Listener Id   : TaskExplorer
BodyType      : TaskEvents.TaskList
EventType     : TaskListUpdate
<?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>
    <Key>1</Key>
    <Hidden>false</Hidden>
    <Timestamp>2007-08-06T11:51:15</Timestamp>
  </TaskPath>
  <TaskPath>
    <Version>200</Version>
    <Path>Test2</Path>
    <Key>2</Key>
    <Hidden>false</Hidden>
    <Timestamp>2007-08-06T11:51:15</Timestamp>
  </TaskPath>
  <TaskPath>
    <Version>200</Version>
    <Path>Test2\trial1</Path>
    <Key>5</Key>
    <Hidden>false</Hidden>
    <Timestamp>2007-08-06T12:20:27</Timestamp>
  </TaskPath>
</TaskList>
When user modifies the task list (ie. TaskDeleted, TaskModified, TaskMoved). TaskListUpdate would be sent to update the TaskList
User.EventSystemStop EventTime     : 2007-07-31T12:20:06.5880424-07:00
EventType     : EventSystemStop
Listener Id: User
BodyType      : TaskEvents.TaskEvent
<?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>Event System Stop</Name>
  <Description />
  <Type>SystemStop</Type>
  <UserId>TaskTracer</UserId>
</TaskEvent>
When TaskTracer shuts down
User.KeyPresses EventTime     : 7/31/2007 12:17:09 PM
Listener Id   : User
BodyType      : TaskEvents.KeyPresses
EventType     : KeyPress
<?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>Shift</Modifiers>
      <Key>None</Key>
      <Timestamp>2007-07-31T12:17:07.7442924-07:00</Timestamp>
    </KeyPress>
    <KeyPress>
      <Version>200</Version>
      <Modifiers>Shift</Modifiers>
      <Key>None</Key>
      <Timestamp>2007-07-31T12:17:08.4630424-07:00</Timestamp>
    </KeyPress>
    <KeyPress>
      <Version>200</Version>
      <Modifiers>None</Modifiers>
      <Key>None</Key>
      <Timestamp>2007-07-31T12:17:08.8849174-07:00</Timestamp>
    </KeyPress>
    <KeyPress>
      <Version>200</Version>
      <Modifiers>None</Modifiers>
      <Key>None</Key>
      <Timestamp>2007-07-31T12:17:09.2911674-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     : 7/31/2007 12:18:14 PM
Listener Id   : User
BodyType      : TaskEvents.MouseClick
EventType     : MouseClick
<?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>62</X>
  <Y>717</Y>
  <Hwnd>4653956</Hwnd>
  <ClassName>WindowsForms10.BUTTON.app.0.378734a</ClassName>
  <Caption>Stop XML Capture</Caption>
</MouseClick>
When user clicks the mouse button(s) (including scroll wheel)
User.PrototypeAssociated EventTime : 8/1/2007 1:56:31 PM
Listener Id : User
BodyType : TaskEvents.PrototypeAssociationAction
EventType : PrototypeAssociated
<?xml version="1.0" encoding="utf-16"?>
<PrototypeAssociationAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <TaskId>14</TaskId>
  <PrototypeIds>
    <long>15</long>
  </PrototypeIds>
</PrototypeAssociationAction>
When user associates a prototype with a task
User.PrototypeResourceOpened EventTime : 8/1/2007 1:59:36 PM
Listener Id : User
BodyType : TaskEvents.PrototypeResource
EventType : PrototypeResourceOpened
<?xml version="1.0" encoding="utf-16"?>
<PrototypeResource 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>Daily</Path>
    <Key>14</Key>
    <Hidden>false</Hidden>
    <Timestamp>0001-01-01T00:00:00</Timestamp>
  </TaskPath>
  <Key>10571</Key>
  <Name>ScapinSummary2.doc</Name>
  <Path>c:\Documents and Settings\Erin Fitzhenry\Desktop\</Path>
  <Type>Word</Type>
  <PrototypeId>9</PrototypeId>
  <OriginalProtoResourceName />
</PrototypeResource>
When user opens a resource from the TaskPrototype interface
User.PrototypeResourceSavedAs EventTime : 8/1/2007 1:59:53 PM
Listener Id : User
BodyType : TaskEvents.PrototypeResource
EventType : PrototypeResourceSavedAs
<?xml version="1.0" encoding="utf-16"?>
<PrototypeResource 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> </Path>
    <Key>0</Key>
    <Hidden>false</Hidden>
    <Timestamp>0001-01-01T00:00:00</Timestamp>
  </TaskPath>
  <Key>0</Key>
  <Name>test2.doc</Name>
  <Path>C:\Documents and Settings\Erin Fitzhenry\Desktop</Path>
  <Type>Word</Type>
  <PrototypeId>0</PrototypeId>
  <OriginalProtoResourceName>ScapinSummary2_4d2a1f0b-2ccd-4a8e-a74c-5db68923c2db.doc</OriginalProtoResourceName>
</PrototypeResource>
When user saves a prototype resource with a new name so that it becomes a task resource
User.PrototypeUnassociated EventTime : 8/1/2007 2:06:52 PM
Listener Id : User
BodyType : TaskEvents.PrototypeAssociationAction
EventType : PrototypeUnassociated
<?xml version="1.0" encoding="utf-16"?>
<PrototypeAssociationAction xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>200</Version>
  <TaskId>6</TaskId>
  <PrototypeIds>
    <long>2</long>
  </PrototypeIds>
</PrototypeAssociationAction>
When user diassociates a prototype with a task
User.PublisherPause EventTime : 8/1/2007 12:34:20 PM
Listener Id : User
BodyType : TaskEvents.TaskEvent
EventType : PublisherPause
<?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>Publisher Pause Event</Name>
  <Description />
  <Type>SystemPause</Type>
  <UserId>TaskSelector</UserId>
</TaskEvent>
When user pauses publisher
User.PubliserResume EventTime : 8/1/2007 12:34:25 PM
Listener Id : User
BodyType : TaskEvents.TaskEvent
EventType : PublisherResume
<?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>Publisher Resume Event</Name>
  <Description />
  <Type>SystemResume</Type>
  <UserId>TaskSelector</UserId>
</TaskEvent>
When user resumes publisher from paused state
User.StickTask EventTime : 8/1/2007 12:31:00 PM
Listener Id : User
BodyType : TaskEvents.StickTask
EventType : StickTask
<?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>MathVis\Fellowship</Path>
    <Key>21</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/1/2007 12:30:58 PM
Listener Id : User
BodyType : TaskEvents.TaskEvent
EventType : TaskBegin
<?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>MathVis\Fellowship</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/1/2007 10:44:40 AM
Listener Id   : User
BodyType      : TaskEvents.TaskPath
EventType     : TaskChosen
<?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>New Task</Path>
  <Key>2</Key>
  <Hidden>false</Hidden>
  <Timestamp>0001-01-01T00:00:00</Timestamp>
</TaskPath>
When user switches to a different task by clicking on it in TaskExplorer
User.TaskCreated EventTime     : 8/1/2007 10:44:37 AM
Listener Id   : User
BodyType      : TaskEvents.TaskPath
EventType     : TaskCreated
<?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>New Task</Path>
  <Key>2</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/1/2007 10:45:41 AM
Listener Id   : User
BodyType      : TaskEvents.TaskPath
EventType     : TaskDeleted
<?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>New Task\Another new task</Path>
  <Key>3</Key>
  <Hidden>false</Hidden>
  <Timestamp>0001-01-01T00:00:00</Timestamp>
</TaskPath>
When user deletes a task/subtask
User.TaskModified EventTime : 8/1/2007 10:48:05 AM
Listener Id : User
BodyType : TaskEvents.TaskModification
EventType : TaskModified
<?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>New Task</Path>
    <Key>2</Key>
    <Hidden>false</Hidden>
    <Timestamp>0001-01-01T00:00:00</Timestamp>
  </OldTaskPath>
  <NewTaskPath>
    <Version>200</Version>
    <Path>New Task</Path>
    <Key>2</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/1/2007 10:45:21 AM
Listener Id   : User
BodyType      : TaskEvents.TaskModification
EventType     : TaskMoved
<?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>Another new task</Path>
    <Key>3</Key>
    <Hidden>false</Hidden>
    <Timestamp>0001-01-01T00:00:00</Timestamp>
  </OldTaskPath>
  <NewTaskPath>
    <Version>200</Version>
    <Path>New Task\Another new task</Path>
    <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/6/2007 11:49:45 AM
Listener Id   : User
BodyType      : TaskEvents.TaskResource
EventType     : TaskResourceChosen
<?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>Test2\test1</Path>
    <Key>5</Key>
    <Hidden>false</Hidden>
    <Timestamp>0001-01-01T00:00:00</Timestamp>
  </TaskPath>
  <Key>55</Key>
  <Name>c:\Program Files\TaskTracer\</Name>
  <Path>c:\Program Files\TaskTracer\</Path>
  <Type>Folder</Type>
</TaskResource>
When user double-clicks and open a document of a certain task in TaskExplorer
User.TaskResourceCopy EventTime     : 8/6/2007 11:51:15 AM
Listener Id   : User
BodyType      : TaskEvents.TaskResourceCopy
EventType     : TaskResourceCopy
<?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>Test2</Path>
    <Key>2</Key>
    <Hidden>false</Hidden>
    <Timestamp>0001-01-01T00:00:00</Timestamp>
  </TaskPath>
  <Key>76</Key>
  <Name>Google</Name>
  <Path>http://www.google.com</Path>
  <Type>IExplorer</Type>
  <FromTaskPath>
    <Version>200</Version>
    <Path>Undeclared</Path>
    <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/6/2007 11:53:45 AM
Listener Id   : User
BodyType      : TaskEvents.TaskResource
EventType     : TaskResourceCreated
<?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>Test2\test1</Path>
    <Key>5</Key>
    <Hidden>false</Hidden>
    <Timestamp>0001-01-01T00:00:00</Timestamp>
  </TaskPath>
  <Key>83</Key>
  <Name>c:\Program Files\TaskTracer\java\</Name>
  <Path>c:\Program Files\TaskTracer\java\</Path>
  <Type>Folder</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/6/2007 11:54:20 AM
Listener Id   : User
BodyType      : TaskEvents.TaskResource
EventType     : TaskResourceDeleted
<?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>Test2\test1</Path>
    <Key>5</Key>
    <Hidden>false</Hidden>
    <Timestamp>0001-01-01T00:00:00</Timestamp>
  </TaskPath>
  <Key>83</Key>
  <Name>c:\Program Files\TaskTracer\java\</Name>
  <Path>c:\Program Files\TaskTracer\java\</Path>
  <Type>Folder</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/1/2007 10:07:56 AM
Listener Id : User
BodyType : TaskEvents.TaskResourceMove
EventType : TaskResourceMoved
<?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>TaskTracer\TaskTrail\Development\Testing</Path>
    <Key>11</Key>
    <Hidden>false</Hidden>
    <Timestamp>0001-01-01T00:00:00</Timestamp>
  </TaskPath>
  <Key>10468</Key>
  <Name>Microsoft Download Center Search Results</Name>
  <Path>http://www.microsoft.com/downloads/results.aspx?pocId=&amp;freetext=netmeeting&amp;DisplayLang=en</Path>
  <Type>IExplorer</Type>
  <FromTaskPath>
    <Version>200</Version>
    <Path>TaskTracer\TaskTrail\Development</Path>
    <Key>9</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/1/2007 10:07:51 AM
Listener Id : User
BodyType : TaskEvents.UnstickTask
EventType : UnstickTask
<?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>TaskTracer\TaskTrail</Path>
    <Key>8</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/1/2007 10:04:20 AM
Listener Id : WExplorer
BodyType : TaskEvents.IEWebpageEventArgs
EventType : Close
<?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>D:\</LocationURL>
  <Path>C:\WINDOWS\</Path>
  <Name>STORAGE (D</Name>
  </Webpage>
  <HWND>27918602</HWND>
  <LinkCount>0</LinkCount>
</IEWebpageEventArgs>
Occurs when you navigate in Windows Explorer.
WExplorer.Navigate EventTime : 8/1/2007 10:04:21 AM
Listener Id : WExplorer
BodyType : TaskEvents.IEWebpageEventArgs
EventType : Navigate
<?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>D:\Linux</LocationURL>
    <Path>C:\WINDOWS\</Path>
    <Name>Linux</Name>
    <ContentWords>yyy</ContentWords>
  </Webpage>
  <HWND>27918602</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.