Skip to content

Instantly share code, notes, and snippets.

@bzbetty
Created December 19, 2012 20:34
Show Gist options
  • Save bzbetty/4340211 to your computer and use it in GitHub Desktop.
Save bzbetty/4340211 to your computer and use it in GitHub Desktop.
namespace Microsoft.TeamFoundation.Framework.Common
{
public enum TeamFoundationJobResult
{
None = -1,
Succeeded,
PartiallySucceeded,
Failed,
Stopped,
Killed,
Blocked,
ExtensionNotFound,
Inactive,
Disabled,
JobInitializationError
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment