---
title: "How do you handle Start, Pause, Continue and Stop calls from SCM within your application?"  
description: "How do you handle Start, Pause, Continue and Stop calls from SCM within your application?"  
author: "Anonymous User"  
published: 2011-11-09  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/1349/how-do-you-handle-start-pause-continue-and-stop-calls-from-scm-within-your-application  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# How do you handle Start, Pause, Continue and Stop calls from SCM within your application?

By implementing OnStart, OnPause, OnContinue and OnStop methods.

## Answers

### Answer by Anonymous User

By implementing OnStart, OnPause, OnContinue and OnStop methods.


---

Original Source: https://www.mindstick.com/interview/1349/how-do-you-handle-start-pause-continue-and-stop-calls-from-scm-within-your-application

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
