From db7ef22b4a4b7572e318f0892f899279d8efdfde Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:43:46 +0000 Subject: Utilisateur : Fcolin Date : 9/02/06 Heure : 16:26 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 55) --- CSharp/Ivy/Ivy/Ivy.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'CSharp') diff --git a/CSharp/Ivy/Ivy/Ivy.cs b/CSharp/Ivy/Ivy/Ivy.cs index 6ddc0f4..ee55369 100644 --- a/CSharp/Ivy/Ivy/Ivy.cs +++ b/CSharp/Ivy/Ivy/Ivy.cs @@ -203,6 +203,20 @@ namespace IvyBus } } + + /// IsRunning is the bus Started and connected ? + +#if (!PocketPC) + [Browsable(false)] +#endif + public bool IsRunning + { + get + { + return !stopped; + } + + } ///SentMessageClasses the first word token of sent messages /// optimise the parsing process when sending messages /// -- cgit v1.1