Update: Statusing Transaction (Partial Documentation)

February 11, 2008 @ Project Programmability from Chris Boyd

Vote This Post DownVote This Post Up (No Ratings Yet)
Loading ... Loading ...


Hello,

Just a small update to the Statusing Transaction (Partial Documentation) post. The ASSN_TRANS_ACTION_ENUM enum was missing a couple of values:

 

   enum StatusTransactionState

   {

      /// <summary>Saved by team member.</summary>

      Saved = 0,

      /// <summary>Submitted by team member, awaiting action by manager.</summary>

      Submitted = 1,

      /// <summary>Submitted for processing by manager, awaiting processing by message handler.</summary>

      InProcess = 2,

      /// <summary>Applied to working store.</summary>

      ApplySuccessful = 3,

      /// <summary>Failed to be applied to working store.</summary>

      ApplyFailed = 4

   }

 

Chris Boyd


This article is syndicated from Project Programmability . The original article is available here. Read more in Project Management News, Project Programmability .

No tag for this post.
Popularity: 2%
Reminder : PMToolbox has ZERO tolerance to copyright violation and agrees to follow strictly PMI's Professional Responsibility. That's why each post on this site includes a link to the original version at its source site.

Comments

Got something to say?






[?]