aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-07-22 17:32:49 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-07-22 17:32:49 +0300
commit449cc62b5bd91e5233edc5c0042d5792c8aa2972 (patch)
tree45b5b82f9300bf81da6930523817fac2f809717b /Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation
parent8f082608ed86c6027cb88539d40d005189fa1cf6 (diff)
downloadTango-449cc62b5bd91e5233edc5c0042d5792c8aa2972.tar.gz
Tango-449cc62b5bd91e5233edc5c0042d5792c8aa2972.zip
Added job outline logs to machine operator.
Fixed navigation button disabled on PPC.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/INavigationManager.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/INavigationManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/INavigationManager.cs
index bf55534c0..f792c5e02 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/INavigationManager.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/INavigationManager.cs
@@ -33,6 +33,11 @@ namespace Tango.PPC.Common.Navigation
bool IsBackEnabled { get; set; }
/// <summary>
+ /// Gets or sets a value indicating whether the navigation system is currently navigating.
+ /// </summary>
+ bool IsNavigating { get; set; }
+
+ /// <summary>
/// Navigates to the previous view if <see cref="CanNavigateBack"/> is true.
/// </summary>
Task<bool> NavigateBack();