From 3a693fd2a671dd59ae50dbac565eab92ba15988d Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:55:46 +0000 Subject: Utilisateur : Fcolin Date : 9/02/06 Heure : 16:26 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 55) --- CSharp/Ivy/IvyPPC/Ivy.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'CSharp/Ivy') diff --git a/CSharp/Ivy/IvyPPC/Ivy.cs b/CSharp/Ivy/IvyPPC/Ivy.cs index 6ddc0f4..ee55369 100644 --- a/CSharp/Ivy/IvyPPC/Ivy.cs +++ b/CSharp/Ivy/IvyPPC/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