Click here to Skip to main content
15,881,204 members
Articles / Programming Languages / C#

Monitoring Unreliable Scheduled Tasks

,
Rate me:
Please Sign up or sign in to vote.
4.56/5 (8 votes)
26 Jun 2014BSD4 min read 44.6K   435   23  
This article describes RunAndWait, a program that provides monitoring and logging for scheduled tasks

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RunAndWait", "RunAndWait\RunAndWait.csproj", "{AF46E5A1-B6AA-4A03-A4B5-745DCFD62E42}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E0C319BF-DAFA-402F-B94F-6A8BD4F0DF08}"
	ProjectSection(SolutionItems) = preProject
		BuildMe.txt = BuildMe.txt
		DeveloperNotes.txt = DeveloperNotes.txt
		Instructions.txt = Instructions.txt
	EndProjectSection
EndProject
Global
	GlobalSection(TeamFoundationVersionControl) = preSolution
		SccNumberOfProjects = 2
		SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
		SccTeamFoundationServer = http://utm-bamtfsnt:8080/
		SccLocalPath0 = .
		SccProjectUniqueName1 = RunAndWait\\RunAndWait.csproj
		SccProjectName1 = RunAndWait
		SccLocalPath1 = RunAndWait
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{AF46E5A1-B6AA-4A03-A4B5-745DCFD62E42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{AF46E5A1-B6AA-4A03-A4B5-745DCFD62E42}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{AF46E5A1-B6AA-4A03-A4B5-745DCFD62E42}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{AF46E5A1-B6AA-4A03-A4B5-745DCFD62E42}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The BSD License


Written By
President John D. Cook Consulting
United States United States
I work in the areas of applied mathematics, data analysis, and data privacy.

Check out my blog or send me a note.

 


Written By
M. D. Anderson Cancer Center
United States United States
I am a software developer and "bug fixer" working for M. D. Anderson Cancer Center in Houston, TX, USA

Comments and Discussions